Html Css Color HEX #AB1300 Free Speech Red

📋 copy color: '#AB1300'

red 171 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #AB1300

Tints of Free Speech Red #AB1300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10%

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

R = 90%
G = 10%
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

#AB1300 (or 0xAB1300) is known color: Free Speech Red. HEX triplet: AB, 13 and 00. RGB value is (171,19,0). Sum of RGB (Red+Green+Blue) = 171+19+0=190 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1300 is #54ECFF. Grayscale: #3E3E3E. Windows color (decimal): -5565696 or 5035. OLE color: 5035.

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

Color convert

RGB 171 19 0 -
CMYK 0 0.89 1 0.33
HSL 6.67º 1% 0.34% -
HSV(B) 6.67º 1% 0.67% -
XYZ 17.03 9.12 0.86 -
YUV 62.28 92.86 205.54 -
System Red Green Blue C M Y K H S L
Decimal 171 19 0 0 0.89 1 0.33 6.67 1 0.34
Hex AB 13 0 0 59 64 21 7 64 22
Octal 253 23 0 0 131 144 41 7 144 42
Binary 10101011 10011 0 0 1011001 1100100 100001 111 1100100 100010

Color Harmonies of #AB1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1300

Black with #AB1300

Text Example


Text Example

White with #AB1300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1300; }

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

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

background-color css

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

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

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

border-color css

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

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

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