Html Css Color HEX #AB0C01 Free Speech Red

📋 copy color: '#AB0C01'

red 171 ◦ green 12 ◦ blue 1

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

Shades of Free Speech Red #AB0C01

Tints of Free Speech Red #AB0C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 92.93%
G = 6.52%
B = 0.54%

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

#AB0C01 (or 0xAB0C01) is known color: Free Speech Red. HEX triplet: AB, 0C and 01. RGB value is (171,12,1). Sum of RGB (Red+Green+Blue) = 171+12+1=184 (24% of max value = 765). Red value is 171 (67.19% from 255 or 92.93% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0C01 is #54F3FE. Grayscale: #3A3A3A. Windows color (decimal): -5567487 or 68779. OLE color: 68779.

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

Color convert

RGB 171 12 1 -
CMYK 0 0.93 0.99 0.33
HSL 3.88º 0.99% 0.34% -
HSV(B) 3.88º 0.99% 0.67% -
XYZ 16.93 8.92 0.86 -
YUV 58.29 95.68 208.39 -
System Red Green Blue C M Y K H S L
Decimal 171 12 1 0 0.93 0.99 0.33 3.88 0.99 0.34
Hex AB C 1 0 5D 63 21 4 63 22
Octal 253 14 1 0 135 143 41 4 143 42
Binary 10101011 1100 1 0 1011101 1100011 100001 100 1100011 100010

Color Harmonies of #AB0C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C01

Black with #AB0C01

Text Example


Text Example

White with #AB0C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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