Html Css Color HEX #AB1200 Free Speech Red

📋 copy color: '#AB1200'

red 171 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #AB1200

Tints of Free Speech Red #AB1200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 90.48%
G = 9.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB1200 (or 0xAB1200) is known color: Free Speech Red. HEX triplet: AB, 12 and 00. RGB value is (171,18,0). Sum of RGB (Red+Green+Blue) = 171+18+0=189 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90.48% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1200 is #54EDFF. Grayscale: #3D3D3D. Windows color (decimal): -5565952 or 4779. OLE color: 4779.

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

Color convert

RGB 171 18 0 -
CMYK 0 0.89 1 0.33
HSL 6.32º 1% 0.34% -
HSV(B) 6.32º 1% 0.67% -
XYZ 17.01 9.09 0.86 -
YUV 61.7 93.19 205.96 -
System Red Green Blue C M Y K H S L
Decimal 171 18 0 0 0.89 1 0.33 6.32 1 0.34
Hex AB 12 0 0 59 64 21 6 64 22
Octal 253 22 0 0 131 144 41 6 144 42
Binary 10101011 10010 0 0 1011001 1100100 100001 110 1100100 100010

Color Harmonies of #AB1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1200

Black with #AB1200

Text Example


Text Example

White with #AB1200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1200; }

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

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

background-color css

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

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

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

border-color css

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

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

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