#A91700

Color #A91700 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #A91700

Tints of Free Speech Red #A91700

Color information

#A91700 (or 0xA91700) is unknown color: approx Free Speech Red. HEX triplet: A9, 17 and 00. RGB value is (169,23,0). Sum of RGB (Red+Green+Blue) = 169+23+0=192 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.02% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 169 - color contains mainly: red. Hex color #A91700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91700 is #56E8FF. Grayscale: #404040. Windows color (decimal): -5695744 or 6057. OLE color: 6057.

HSL color Cylindrical-coordinate representation of color #A91700: hue angle of 8.17º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A91700 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB169230-
CMYK00.8610.34
HSL8.17º100%33.14%-
HSV(B)8.17º100%66.27%-
XYZ16.679.050.87-
YUV64.0391.87202.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 88.02%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.02%
G=11.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16923000.8610.348.1710033.14
HexA9170056642286421
Octal2512700126144421014441
Binary1010100110111001010110110010010001010001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91700; }

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

 H1.HeaderClassName
 {
   color: #A91700;
 }
 .AnyTagClassName
 {
   color: #A91700;
 }
</style>
background-color css

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

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

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

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

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

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