#A71505

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

Shades of Free Speech Red #A71505

Tints of Free Speech Red #A71505

Color information

#A71505 (or 0xA71505) is unknown color: approx Free Speech Red. HEX triplet: A7, 15 and 05. RGB value is (167,21,5). Sum of RGB (Red+Green+Blue) = 167+21+5=193 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.53% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 167 - color contains mainly: red. Hex color #A71505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71505 is #58EAFA. Grayscale: #3F3F3F. Windows color (decimal): -5827323 or 333223. OLE color: 333223.

HSL color Cylindrical-coordinate representation of color #A71505: hue angle of 5.93º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A71505 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB167215-
CMYK00.870.970.35
HSL5.93º94.19%33.73%-
HSV(B)5.93º97.01%65.49%-
XYZ16.238.760.98-
YUV62.8395.37202.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 86.53%
GREEN value IS 21 (8.59% from 255) = 10.88%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=86.53%
G=10.88%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16721500.870.970.355.9394.1933.73
HexA7155057612365e22
Octal247255012714143613642
Binary10100111101011010101011111000011000111101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71505; }

 p { color: rgb(167,21,5); }

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

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

 a { background-color: rgb(167,21,5); }

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

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

 span { border-color: rgb(167,21,5); }

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