Html Css Color HEX #AB0F02 Free Speech Red

📋 copy color: '#AB0F02'

red 171 ◦ green 15 ◦ blue 2

#AB0F02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #AB0F02

Tints of Free Speech Red #AB0F02

RGB

 RED value IS 171 (67.19% from 255) = 90.96%

 GREEN value IS 15 (6.25% from 255) = 7.98%

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 90.96%
G = 7.98%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB0F02 (or 0xAB0F02) is known color: Free Speech Red. HEX triplet: AB, 0F and 02. RGB value is (171,15,2). Sum of RGB (Red+Green+Blue) = 171+15+2=188 (24% of max value = 765). Red value is 171 (67.19% from 255 or 90.96% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F02 is #54F0FD. Grayscale: #3C3C3C. Windows color (decimal): -5566718 or 135083. OLE color: 135083.

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

Color convert

RGB 171 15 2 -
CMYK 0 0.91 0.99 0.33
HSL 4.62º 0.98% 0.34% -
HSV(B) 4.62º 0.99% 0.67% -
XYZ 16.98 9 0.9 -
YUV 60.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 171 15 2 0 0.91 0.99 0.33 4.62 0.98 0.34
Hex AB F 2 0 5B 63 21 5 62 22
Octal 253 17 2 0 133 143 41 5 142 42
Binary 10101011 1111 10 0 1011011 1100011 100001 101 1100010 100010

Color Harmonies of #AB0F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F02

Black with #AB0F02

Text Example


Text Example

White with #AB0F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F02; }

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

 H1.HeaderClassName
 {
   color: #AB0F02;
 }
 .AnyTagClassName
 {
   color: #AB0F02;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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