Html Css Color HEX #AB1A00 Free Speech Red

📋 copy color: '#AB1A00'

red 171 ◦ green 26 ◦ blue 0

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

Shades of Free Speech Red #AB1A00

Tints of Free Speech Red #AB1A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.2%

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

R = 86.8%
G = 13.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB1A00 (or 0xAB1A00) is known color: Free Speech Red. HEX triplet: AB, 1A and 00. RGB value is (171,26,0). Sum of RGB (Red+Green+Blue) = 171+26+0=197 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.80% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1A00 is #54E5FF. Grayscale: #424242. Windows color (decimal): -5563904 or 6827. OLE color: 6827.

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

Color convert

RGB 171 26 0 -
CMYK 0 0.85 1 0.33
HSL 9.12º 1% 0.34% -
HSV(B) 9.12º 1% 0.67% -
XYZ 17.16 9.4 0.91 -
YUV 66.39 90.54 202.61 -
System Red Green Blue C M Y K H S L
Decimal 171 26 0 0 0.85 1 0.33 9.12 1 0.34
Hex AB 1A 0 0 55 64 21 9 64 22
Octal 253 32 0 0 125 144 41 11 144 42
Binary 10101011 11010 0 0 1010101 1100100 100001 1001 1100100 100010

Color Harmonies of #AB1A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1A00

Black with #AB1A00

Text Example


Text Example

White with #AB1A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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