#AB0F0A

Color #AB0F0A Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #AB0F0A

Tints of Free Speech Red #AB0F0A

Color information

#AB0F0A (or 0xAB0F0A) is unknown color: approx Free Speech Red. HEX triplet: AB, 0F and 0A. RGB value is (171,15,10). Sum of RGB (Red+Green+Blue) = 171+15+10=196 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.24% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F0A is #54F0F5. Grayscale: #3D3D3D. Windows color (decimal): -5566710 or 659371. OLE color: 659371.

HSL color Cylindrical-coordinate representation of color #AB0F0A: hue angle of 1.86º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0F0A is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1711510-
CMYK00.910.940.33
HSL1.86º88.95%35.49%-
HSV(B)1.86º94.15%67.06%-
XYZ17.029.021.13-
YUV61.0799.18206.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 87.24%
GREEN value IS 15 (6.25% from 255) = 7.65%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=87.24%
G=7.65%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171151000.910.940.331.8688.9535.49
HexABFA05B5E2125923
Octal2531712013313641213143
Binary1010101111111010010110111011110100001101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0F0A; }

 p { color: rgb(171,15,10); }

 H1.HeaderClassName
 {
   color: #AB0F0A;
 }
 .AnyTagClassName
 {
   color: #AB0F0A;
 }
</style>
background-color css

<style>
 a { background-color: #AB0F0A; }

 a { background-color: rgb(171,15,10); }

 div.DivClassName
 {
   background-color: #AB0F0A;
 }
 .BgClassName
 {
   background-color: #AB0F0A;
 }
</style>
border-color css

<style>
 span { border-color: #AB0F0A; }

 span { border-color: rgb(171,15,10); }

 td.TdClassName
 {
   border-color: #AB0F0A;
 }
 .TagClassName
 {
   border-color: #AB0F0A;
 }
</style>