#A70503

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

Shades of Free Speech Red #A70503

Tints of Free Speech Red #A70503

Color information

#A70503 (or 0xA70503) is unknown color: approx Free Speech Red. HEX triplet: A7, 05 and 03. RGB value is (167,5,3). Sum of RGB (Red+Green+Blue) = 167+5+3=175 (23% of max value = 765). Red value is 167 (65.62% from 255 or 95.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 167 - color contains mainly: red. Hex color #A70503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70503 is #58FAFC. Grayscale: #353535. Windows color (decimal): -5831421 or 198055. OLE color: 198055.

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

Color convert

RGB16753-
CMYK00.970.980.35
HSL0.73º96.47%33.33%-
HSV(B)0.73º98.2%65.49%-
XYZ16.018.330.85-
YUV53.2199.67209.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 95.43%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 3 (1.56% from 255) = 1.71%
R=95.43%
G=2.86%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675300.970.980.350.7396.4733.33
HexA753061622316021
Octal24753014114243114041
Binary101001111011101100001110001010001111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70503; }

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

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

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

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

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

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

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

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