Html Css Color HEX #AB0804 Free Speech Red

📋 copy color: '#AB0804'

red 171 ◦ green 8 ◦ blue 4

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

Shades of Free Speech Red #AB0804

Tints of Free Speech Red #AB0804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.37%

 BLUE value IS 4 (1.95% from 255) = 2.19%

R = 93.44%
G = 4.37%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB0804 (or 0xAB0804) is known color: Free Speech Red. HEX triplet: AB, 08 and 04. RGB value is (171,8,4). Sum of RGB (Red+Green+Blue) = 171+8+4=183 (24% of max value = 765). Red value is 171 (67.19% from 255 or 93.44% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0804 is #54F7FB. Grayscale: #383838. Windows color (decimal): -5568508 or 264363. OLE color: 264363.

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

Color convert

RGB 171 8 4 -
CMYK 0 0.95 0.98 0.33
HSL 1.44º 0.95% 0.34% -
HSV(B) 1.44º 0.98% 0.67% -
XYZ 16.9 8.84 0.93 -
YUV 56.28 98.5 209.83 -
System Red Green Blue C M Y K H S L
Decimal 171 8 4 0 0.95 0.98 0.33 1.44 0.95 0.34
Hex AB 8 4 0 5F 62 21 1 5F 22
Octal 253 10 4 0 137 142 41 1 137 42
Binary 10101011 1000 100 0 1011111 1100010 100001 1 1011111 100010

Color Harmonies of #AB0804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0804

Black with #AB0804

Text Example


Text Example

White with #AB0804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0804; }

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

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

background-color css

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

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

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

border-color css

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

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

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