Html Css Color HEX #AB1700 Free Speech Red

📋 copy color: '#AB1700'

red 171 ◦ green 23 ◦ blue 0

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

Shades of Free Speech Red #AB1700

Tints of Free Speech Red #AB1700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

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

R = 88.14%
G = 11.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB1700 (or 0xAB1700) is known color: Free Speech Red. HEX triplet: AB, 17 and 00. RGB value is (171,23,0). Sum of RGB (Red+Green+Blue) = 171+23+0=194 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.14% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1700 is #54E8FF. Grayscale: #404040. Windows color (decimal): -5564672 or 6059. OLE color: 6059.

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

Color convert

RGB 171 23 0 -
CMYK 0 0.87 1 0.33
HSL 8.07º 1% 0.34% -
HSV(B) 8.07º 1% 0.67% -
XYZ 17.1 9.27 0.89 -
YUV 64.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 171 23 0 0 0.87 1 0.33 8.07 1 0.34
Hex AB 17 0 0 57 64 21 8 64 22
Octal 253 27 0 0 127 144 41 10 144 42
Binary 10101011 10111 0 0 1010111 1100100 100001 1000 1100100 100010

Color Harmonies of #AB1700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1700

Black with #AB1700

Text Example


Text Example

White with #AB1700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1700; }

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

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

background-color css

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

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

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

border-color css

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

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

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