#AB0F00

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

Shades of Free Speech Red #AB0F00

Tints of Free Speech Red #AB0F00

Color information

#AB0F00 (or 0xAB0F00) is unknown color: approx Free Speech Red. HEX triplet: AB, 0F and 00. RGB value is (171,15,0). Sum of RGB (Red+Green+Blue) = 171+15+0=186 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.94% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F00 is #54F0FF. Grayscale: #3C3C3C. Windows color (decimal): -5566720 or 4011. OLE color: 4011.

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

Color convert

RGB171150-
CMYK00.9110.33
HSL5.26º100%33.53%-
HSV(B)5.26º100%67.06%-
XYZ16.9790.84-
YUV59.9394.18207.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 91.94%
GREEN value IS 15 (6.25% from 255) = 8.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.94%
G=8.06%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115000.9110.335.2610033.53
HexABF005B642156422
Octal253170013314441514442
Binary10101011111100101101111001001000011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0F00; }

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

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

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

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

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

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

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

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