Html Css Color HEX #AB1201 Free Speech Red

📋 copy color: '#AB1201'

red 171 ◦ green 18 ◦ blue 1

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

Shades of Free Speech Red #AB1201

Tints of Free Speech Red #AB1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.47%

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

R = 90%
G = 9.47%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB1201 (or 0xAB1201) is known color: Free Speech Red. HEX triplet: AB, 12 and 01. RGB value is (171,18,1). Sum of RGB (Red+Green+Blue) = 171+18+1=190 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1201 is #54EDFE. Grayscale: #3E3E3E. Windows color (decimal): -5565951 or 70315. OLE color: 70315.

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

Color convert

RGB 171 18 1 -
CMYK 0 0.89 0.99 0.33
HSL 0.99% 0.34% -
HSV(B) 0.99% 0.67% -
XYZ 17.02 9.09 0.89 -
YUV 61.81 93.69 205.88 -
System Red Green Blue C M Y K H S L
Decimal 171 18 1 0 0.89 0.99 0.33 6 0.99 0.34
Hex AB 12 1 0 59 63 21 6 63 22
Octal 253 22 1 0 131 143 41 6 143 42
Binary 10101011 10010 1 0 1011001 1100011 100001 110 1100011 100010

Color Harmonies of #AB1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1201

Black with #AB1201

Text Example


Text Example

White with #AB1201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1201; }

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

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

background-color css

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

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

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

border-color css

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

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

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