#A80503

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

Shades of Free Speech Red #A80503

Tints of Free Speech Red #A80503

Color information

#A80503 (or 0xA80503) is unknown color: approx Free Speech Red. HEX triplet: A8, 05 and 03. RGB value is (168,5,3). Sum of RGB (Red+Green+Blue) = 168+5+3=176 (23% of max value = 765). Red value is 168 (66.02% from 255 or 95.45% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 168 - color contains mainly: red. Hex color #A80503 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80503 is #57FAFC. Grayscale: #353535. Windows color (decimal): -5765885 or 198056. OLE color: 198056.

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

Color convert

RGB16853-
CMYK00.970.980.34
HSL0.73º96.49%33.53%-
HSV(B)0.73º98.21%65.88%-
XYZ16.228.440.86-
YUV53.5199.5209.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 95.45%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 3 (1.56% from 255) = 1.70%
R=95.45%
G=2.84%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685300.970.980.340.7396.4933.53
HexA853061622216022
Octal25053014114242114042
Binary101010001011101100001110001010001011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80503; }

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

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

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

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

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

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

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

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