Html Css Color HEX #AB1206 Free Speech Red

📋 copy color: '#AB1206'

red 171 ◦ green 18 ◦ blue 6

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

Shades of Free Speech Red #AB1206

Tints of Free Speech Red #AB1206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

 BLUE value IS 6 (2.73% from 255) = 3.08%

R = 87.69%
G = 9.23%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB1206 (or 0xAB1206) is known color: Free Speech Red. HEX triplet: AB, 12 and 06. RGB value is (171,18,6). Sum of RGB (Red+Green+Blue) = 171+18+6=195 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.69% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1206 is #54EDF9. Grayscale: #3E3E3E. Windows color (decimal): -5565946 or 397995. OLE color: 397995.

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

Color convert

RGB 171 18 6 -
CMYK 0 0.89 0.96 0.33
HSL 4.36º 0.93% 0.35% -
HSV(B) 4.36º 0.96% 0.67% -
XYZ 17.04 9.1 1.03 -
YUV 62.38 96.19 205.48 -
System Red Green Blue C M Y K H S L
Decimal 171 18 6 0 0.89 0.96 0.33 4.36 0.93 0.35
Hex AB 12 6 0 59 60 21 4 5D 23
Octal 253 22 6 0 131 140 41 4 135 43
Binary 10101011 10010 110 0 1011001 1100000 100001 100 1011101 100011

Color Harmonies of #AB1206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1206

Black with #AB1206

Text Example


Text Example

White with #AB1206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1206; }

 p { color: rgb(171,18,6); }

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

background-color css

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

 a { background-color: rgb(171,18,6); }

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

border-color css

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

 span { border-color: rgb(171,18,6); }

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