Html Css Color HEX #AB0B09 Free Speech Red

📋 copy color: '#AB0B09'

red 171 ◦ green 11 ◦ blue 9

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

Shades of Free Speech Red #AB0B09

Tints of Free Speech Red #AB0B09

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.76%

 BLUE value IS 9 (3.91% from 255) = 4.71%

R = 89.53%
G = 5.76%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB0B09 (or 0xAB0B09) is known color: Free Speech Red. HEX triplet: AB, 0B and 09. RGB value is (171,11,9). Sum of RGB (Red+Green+Blue) = 171+11+9=191 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.53% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0B09 is #54F4F6. Grayscale: #3A3A3A. Windows color (decimal): -5567735 or 592811. OLE color: 592811.

HSL color Cylindrical-coordinate representation of color #AB0B09: hue angle of 0.74º degrees, saturation: 0.9, 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 #AB0B09 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 11 9 -
CMYK 0 0.94 0.95 0.33
HSL 0.74º 0.9% 0.35% -
HSV(B) 0.74º 0.95% 0.67% -
XYZ 16.96 8.92 1.09 -
YUV 58.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 171 11 9 0 0.94 0.95 0.33 0.74 0.9 0.35
Hex AB B 9 0 5E 5F 21 1 5A 23
Octal 253 13 11 0 136 137 41 1 132 43
Binary 10101011 1011 1001 0 1011110 1011111 100001 1 1011010 100011

Color Harmonies of #AB0B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0B09

Black with #AB0B09

Text Example


Text Example

White with #AB0B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0B09; }

 p { color: rgb(171,11,9); }

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

background-color css

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

 a { background-color: rgb(171,11,9); }

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

border-color css

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

 span { border-color: rgb(171,11,9); }

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