Html Css Color HEX #AB0C04 Free Speech Red

📋 copy color: '#AB0C04'

red 171 ◦ green 12 ◦ blue 4

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

Shades of Free Speech Red #AB0C04

Tints of Free Speech Red #AB0C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 91.44%
G = 6.42%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB0C04 (or 0xAB0C04) is known color: Free Speech Red. HEX triplet: AB, 0C and 04. RGB value is (171,12,4). Sum of RGB (Red+Green+Blue) = 171+12+4=187 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.44% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0C04 is #54F3FB. Grayscale: #3A3A3A. Windows color (decimal): -5567484 or 265387. OLE color: 265387.

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

Color convert

RGB 171 12 4 -
CMYK 0 0.93 0.98 0.33
HSL 2.87º 0.95% 0.34% -
HSV(B) 2.87º 0.98% 0.67% -
XYZ 16.95 8.93 0.95 -
YUV 58.63 97.18 208.15 -
System Red Green Blue C M Y K H S L
Decimal 171 12 4 0 0.93 0.98 0.33 2.87 0.95 0.34
Hex AB C 4 0 5D 62 21 3 5F 22
Octal 253 14 4 0 135 142 41 3 137 42
Binary 10101011 1100 100 0 1011101 1100010 100001 11 1011111 100010

Color Harmonies of #AB0C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C04

Black with #AB0C04

Text Example


Text Example

White with #AB0C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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