#A91500

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

Shades of Free Speech Red #A91500

Tints of Free Speech Red #A91500

Color information

#A91500 (or 0xA91500) is unknown color: approx Free Speech Red. HEX triplet: A9, 15 and 00. RGB value is (169,21,0). Sum of RGB (Red+Green+Blue) = 169+21+0=190 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.95% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 169 - color contains mainly: red. Hex color #A91500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91500 is #56EAFF. Grayscale: #3F3F3F. Windows color (decimal): -5696256 or 5545. OLE color: 5545.

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

Color convert

RGB169210-
CMYK00.8810.34
HSL7.46º100%33.14%-
HSV(B)7.46º100%66.27%-
XYZ16.638.970.86-
YUV62.8692.53203.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 88.95%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.95%
G=11.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16921000.8810.347.4610033.14
HexA9150058642276421
Octal251250013014442714441
Binary101010011010100101100011001001000101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91500; }

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

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

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

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

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

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

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

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