Html Css Color HEX #AB1101 Free Speech Red

📋 copy color: '#AB1101'

red 171 ◦ green 17 ◦ blue 1

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

Shades of Free Speech Red #AB1101

Tints of Free Speech Red #AB1101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

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

R = 90.48%
G = 8.99%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB1101 (or 0xAB1101) is known color: Free Speech Red. HEX triplet: AB, 11 and 01. RGB value is (171,17,1). Sum of RGB (Red+Green+Blue) = 171+17+1=189 (25% of max value = 765). Red value is 171 (67.19% from 255 or 90.48% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1101 is #54EEFE. Grayscale: #3D3D3D. Windows color (decimal): -5566207 or 70059. OLE color: 70059.

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

Color convert

RGB 171 17 1 -
CMYK 0 0.90 0.99 0.33
HSL 5.65º 0.99% 0.34% -
HSV(B) 5.65º 0.99% 0.67% -
XYZ 17 9.06 0.88 -
YUV 61.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 171 17 1 0 0.90 0.99 0.33 5.65 0.99 0.34
Hex AB 11 1 0 5A 63 21 6 63 22
Octal 253 21 1 0 132 143 41 6 143 42
Binary 10101011 10001 1 0 1011010 1100011 100001 110 1100011 100010

Color Harmonies of #AB1101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1101

Black with #AB1101

Text Example


Text Example

White with #AB1101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1101; }

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

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

background-color css

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

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

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

border-color css

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

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

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