Html Css Color HEX #AB0805 Free Speech Red

📋 copy color: '#AB0805'

red 171 ◦ green 8 ◦ blue 5

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

Shades of Free Speech Red #AB0805

Tints of Free Speech Red #AB0805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.72%

R = 92.93%
G = 4.35%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB0805 (or 0xAB0805) is known color: Free Speech Red. HEX triplet: AB, 08 and 05. RGB value is (171,8,5). Sum of RGB (Red+Green+Blue) = 171+8+5=184 (24% of max value = 765). Red value is 171 (67.19% from 255 or 92.93% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0805 is #54F7FA. Grayscale: #383838. Windows color (decimal): -5568507 or 329899. OLE color: 329899.

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

Color convert

RGB 171 8 5 -
CMYK 0 0.95 0.97 0.33
HSL 1.08º 0.94% 0.35% -
HSV(B) 1.08º 0.97% 0.67% -
XYZ 16.91 8.84 0.96 -
YUV 56.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 171 8 5 0 0.95 0.97 0.33 1.08 0.94 0.35
Hex AB 8 5 0 5F 61 21 1 5E 23
Octal 253 10 5 0 137 141 41 1 136 43
Binary 10101011 1000 101 0 1011111 1100001 100001 1 1011110 100011

Color Harmonies of #AB0805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0805

Black with #AB0805

Text Example


Text Example

White with #AB0805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0805; }

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

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

background-color css

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

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

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

border-color css

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

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

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