Html Css Color HEX #AB0A01 Free Speech Red

📋 copy color: '#AB0A01'

red 171 ◦ green 10 ◦ blue 1

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

Shades of Free Speech Red #AB0A01

Tints of Free Speech Red #AB0A01

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.49%

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

R = 93.96%
G = 5.49%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB0A01 (or 0xAB0A01) is known color: Free Speech Red. HEX triplet: AB, 0A and 01. RGB value is (171,10,1). Sum of RGB (Red+Green+Blue) = 171+10+1=182 (24% of max value = 765). Red value is 171 (67.19% from 255 or 93.96% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0A01 is #54F5FE. Grayscale: #393939. Windows color (decimal): -5567999 or 68267. OLE color: 68267.

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

Color convert

RGB 171 10 1 -
CMYK 0 0.94 0.99 0.33
HSL 3.18º 0.99% 0.34% -
HSV(B) 3.18º 0.99% 0.67% -
XYZ 16.91 8.88 0.85 -
YUV 57.11 96.34 209.23 -
System Red Green Blue C M Y K H S L
Decimal 171 10 1 0 0.94 0.99 0.33 3.18 0.99 0.34
Hex AB A 1 0 5E 63 21 3 63 22
Octal 253 12 1 0 136 143 41 3 143 42
Binary 10101011 1010 1 0 1011110 1100011 100001 11 1100011 100010

Color Harmonies of #AB0A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A01

Black with #AB0A01

Text Example


Text Example

White with #AB0A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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