Html Css Color HEX #AB0F08 Free Speech Red

📋 copy color: '#AB0F08'

red 171 ◦ green 15 ◦ blue 8

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

Shades of Free Speech Red #AB0F08

Tints of Free Speech Red #AB0F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.73%

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

R = 88.14%
G = 7.73%
B = 4.12%

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

#AB0F08 (or 0xAB0F08) is known color: Free Speech Red. HEX triplet: AB, 0F and 08. RGB value is (171,15,8). Sum of RGB (Red+Green+Blue) = 171+15+8=194 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.14% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F08 is #54F0F7. Grayscale: #3D3D3D. Windows color (decimal): -5566712 or 528299. OLE color: 528299.

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

Color convert

RGB 171 15 8 -
CMYK 0 0.91 0.95 0.33
HSL 2.58º 0.91% 0.35% -
HSV(B) 2.58º 0.95% 0.67% -
XYZ 17.01 9.02 1.07 -
YUV 60.85 98.18 206.57 -
System Red Green Blue C M Y K H S L
Decimal 171 15 8 0 0.91 0.95 0.33 2.58 0.91 0.35
Hex AB F 8 0 5B 5F 21 3 5B 23
Octal 253 17 10 0 133 137 41 3 133 43
Binary 10101011 1111 1000 0 1011011 1011111 100001 11 1011011 100011

Color Harmonies of #AB0F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F08

Black with #AB0F08

Text Example


Text Example

White with #AB0F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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