Html Css Color HEX #AB0808 Free Speech Red

📋 copy color: '#AB0808'

red 171 ◦ green 8 ◦ blue 8

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

Shades of Free Speech Red #AB0808

Tints of Free Speech Red #AB0808

RGB

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

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

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

R = 91.44%
G = 4.28%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB0808 (or 0xAB0808) is known color: Free Speech Red. HEX triplet: AB, 08 and 08. RGB value is (171,8,8). Sum of RGB (Red+Green+Blue) = 171+8+8=187 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.44% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0808 is #54F7F7. Grayscale: #383838. Windows color (decimal): -5568504 or 526507. OLE color: 526507.

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

Color convert

RGB 171 8 8 -
CMYK 0 0.95 0.95 0.33
HSL 0.91% 0.35% -
HSV(B) 0.95% 0.67% -
XYZ 16.93 8.85 1.05 -
YUV 56.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 171 8 8 0 0.95 0.95 0.33 0 0.91 0.35
Hex AB 8 8 0 5F 5F 21 0 5B 23
Octal 253 10 10 0 137 137 41 0 133 43
Binary 10101011 1000 1000 0 1011111 1011111 100001 0 1011011 100011

Color Harmonies of #AB0808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0808

Black with #AB0808

Text Example


Text Example

White with #AB0808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0808; }

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

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

background-color css

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

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

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

border-color css

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

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

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