Html Css Color HEX #AB0C02 Free Speech Red

📋 copy color: '#AB0C02'

red 171 ◦ green 12 ◦ blue 2

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

Shades of Free Speech Red #AB0C02

Tints of Free Speech Red #AB0C02

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.49%

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

R = 92.43%
G = 6.49%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB0C02 (or 0xAB0C02) is known color: Free Speech Red. HEX triplet: AB, 0C and 02. RGB value is (171,12,2). Sum of RGB (Red+Green+Blue) = 171+12+2=185 (24% of max value = 765). Red value is 171 (67.19% from 255 or 92.43% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0C02 is #54F3FD. Grayscale: #3A3A3A. Windows color (decimal): -5567486 or 134315. OLE color: 134315.

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

Color convert

RGB 171 12 2 -
CMYK 0 0.93 0.99 0.33
HSL 3.55º 0.98% 0.34% -
HSV(B) 3.55º 0.99% 0.67% -
XYZ 16.94 8.93 0.89 -
YUV 58.4 96.18 208.31 -
System Red Green Blue C M Y K H S L
Decimal 171 12 2 0 0.93 0.99 0.33 3.55 0.98 0.34
Hex AB C 2 0 5D 63 21 4 62 22
Octal 253 14 2 0 135 143 41 4 142 42
Binary 10101011 1100 10 0 1011101 1100011 100001 100 1100010 100010

Color Harmonies of #AB0C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C02

Black with #AB0C02

Text Example


Text Example

White with #AB0C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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