Html Css Color HEX #AB1000 Free Speech Red

📋 copy color: '#AB1000'

red 171 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #AB1000

Tints of Free Speech Red #AB1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

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

R = 91.44%
G = 8.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB1000 (or 0xAB1000) is known color: Free Speech Red. HEX triplet: AB, 10 and 00. RGB value is (171,16,0). Sum of RGB (Red+Green+Blue) = 171+16+0=187 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.44% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1000 is #54EFFF. Grayscale: #3C3C3C. Windows color (decimal): -5566464 or 4267. OLE color: 4267.

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

Color convert

RGB 171 16 0 -
CMYK 0 0.91 1 0.33
HSL 5.61º 1% 0.34% -
HSV(B) 5.61º 1% 0.67% -
XYZ 16.98 9.03 0.85 -
YUV 60.52 93.85 206.8 -
System Red Green Blue C M Y K H S L
Decimal 171 16 0 0 0.91 1 0.33 5.61 1 0.34
Hex AB 10 0 0 5B 64 21 6 64 22
Octal 253 20 0 0 133 144 41 6 144 42
Binary 10101011 10000 0 0 1011011 1100100 100001 110 1100100 100010

Color Harmonies of #AB1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1000

Black with #AB1000

Text Example


Text Example

White with #AB1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1000; }

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

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

background-color css

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

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

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

border-color css

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

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

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