Html Css Color HEX #AB1006 Free Speech Red

📋 copy color: '#AB1006'

red 171 ◦ green 16 ◦ blue 6

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

Shades of Free Speech Red #AB1006

Tints of Free Speech Red #AB1006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.29%

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

R = 88.6%
G = 8.29%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB1006 (or 0xAB1006) is known color: Free Speech Red. HEX triplet: AB, 10 and 06. RGB value is (171,16,6). Sum of RGB (Red+Green+Blue) = 171+16+6=193 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.60% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1006 is #54EFF9. Grayscale: #3D3D3D. Windows color (decimal): -5566458 or 397483. OLE color: 397483.

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

Color convert

RGB 171 16 6 -
CMYK 0 0.91 0.96 0.33
HSL 3.64º 0.93% 0.35% -
HSV(B) 3.64º 0.96% 0.67% -
XYZ 17.01 9.04 1.02 -
YUV 61.21 96.85 206.31 -
System Red Green Blue C M Y K H S L
Decimal 171 16 6 0 0.91 0.96 0.33 3.64 0.93 0.35
Hex AB 10 6 0 5B 60 21 4 5D 23
Octal 253 20 6 0 133 140 41 4 135 43
Binary 10101011 10000 110 0 1011011 1100000 100001 100 1011101 100011

Color Harmonies of #AB1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1006

Black with #AB1006

Text Example


Text Example

White with #AB1006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1006; }

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

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

background-color css

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

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

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

border-color css

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

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

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