Html Css Color HEX #AB1406 Free Speech Red

📋 copy color: '#AB1406'

red 171 ◦ green 20 ◦ blue 6

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

Shades of Free Speech Red #AB1406

Tints of Free Speech Red #AB1406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.15%

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

R = 86.8%
G = 10.15%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB1406 (or 0xAB1406) is known color: Free Speech Red. HEX triplet: AB, 14 and 06. RGB value is (171,20,6). Sum of RGB (Red+Green+Blue) = 171+20+6=197 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.80% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1406 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1406 is #54EBF9. Grayscale: #3F3F3F. Windows color (decimal): -5565434 or 398507. OLE color: 398507.

HSL color Cylindrical-coordinate representation of color #AB1406: hue angle of 5.09º 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 #AB1406 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 20 6 -
CMYK 0 0.88 0.96 0.33
HSL 5.09º 0.93% 0.35% -
HSV(B) 5.09º 0.96% 0.67% -
XYZ 17.08 9.17 1.04 -
YUV 63.55 95.53 204.64 -
System Red Green Blue C M Y K H S L
Decimal 171 20 6 0 0.88 0.96 0.33 5.09 0.93 0.35
Hex AB 14 6 0 58 60 21 5 5D 23
Octal 253 24 6 0 130 140 41 5 135 43
Binary 10101011 10100 110 0 1011000 1100000 100001 101 1011101 100011

Color Harmonies of #AB1406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1406

Black with #AB1406

Text Example


Text Example

White with #AB1406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1406; }

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

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

background-color css

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

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

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

border-color css

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

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

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