Html Css Color HEX #AB1008 Free Speech Red

📋 copy color: '#AB1008'

red 171 ◦ green 16 ◦ blue 8

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

Shades of Free Speech Red #AB1008

Tints of Free Speech Red #AB1008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.1%

R = 87.69%
G = 8.21%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB1008 (or 0xAB1008) is known color: Free Speech Red. HEX triplet: AB, 10 and 08. RGB value is (171,16,8). Sum of RGB (Red+Green+Blue) = 171+16+8=195 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.69% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1008 is #54EFF7. Grayscale: #3D3D3D. Windows color (decimal): -5566456 or 528555. OLE color: 528555.

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

Color convert

RGB 171 16 8 -
CMYK 0 0.91 0.95 0.33
HSL 2.94º 0.91% 0.35% -
HSV(B) 2.94º 0.95% 0.67% -
XYZ 17.02 9.05 1.08 -
YUV 61.43 97.85 206.15 -
System Red Green Blue C M Y K H S L
Decimal 171 16 8 0 0.91 0.95 0.33 2.94 0.91 0.35
Hex AB 10 8 0 5B 5F 21 3 5B 23
Octal 253 20 10 0 133 137 41 3 133 43
Binary 10101011 10000 1000 0 1011011 1011111 100001 11 1011011 100011

Color Harmonies of #AB1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1008

Black with #AB1008

Text Example


Text Example

White with #AB1008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1008; }

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

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

background-color css

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

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

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

border-color css

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

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

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