Html Css Color HEX #AB0802 Free Speech Red

📋 copy color: '#AB0802'

red 171 ◦ green 8 ◦ blue 2

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

Shades of Free Speech Red #AB0802

Tints of Free Speech Red #AB0802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 94.48%
G = 4.42%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB0802 (or 0xAB0802) is known color: Free Speech Red. HEX triplet: AB, 08 and 02. RGB value is (171,8,2). Sum of RGB (Red+Green+Blue) = 171+8+2=181 (23% of max value = 765). Red value is 171 (67.19% from 255 or 94.48% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0802 is #54F7FD. Grayscale: #383838. Windows color (decimal): -5568510 or 133291. OLE color: 133291.

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

Color convert

RGB 171 8 2 -
CMYK 0 0.95 0.99 0.33
HSL 2.13º 0.98% 0.34% -
HSV(B) 2.13º 0.99% 0.67% -
XYZ 16.89 8.84 0.87 -
YUV 56.05 97.5 209.99 -
System Red Green Blue C M Y K H S L
Decimal 171 8 2 0 0.95 0.99 0.33 2.13 0.98 0.34
Hex AB 8 2 0 5F 63 21 2 62 22
Octal 253 10 2 0 137 143 41 2 142 42
Binary 10101011 1000 10 0 1011111 1100011 100001 10 1100010 100010

Color Harmonies of #AB0802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0802

Black with #AB0802

Text Example


Text Example

White with #AB0802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0802; }

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

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

background-color css

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

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

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

border-color css

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

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

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