#A50204

Color #A50204 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #A50204

Tints of Sangria #A50204

Color information

#A50204 (or 0xA50204) is unknown color: approx Sangria. HEX triplet: A5, 02 and 04. RGB value is (165,2,4). Sum of RGB (Red+Green+Blue) = 165+2+4=171 (22% of max value = 765). Red value is 165 (64.84% from 255 or 96.49% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 165 - color contains mainly: red. Hex color #A50204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50204 is #5AFDFB. Grayscale: #333333. Windows color (decimal): -5963260 or 262821. OLE color: 262821.

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

Color convert

RGB16524-
CMYK00.990.980.35
HSL359.26º97.6%32.75%-
HSV(B)359.26º98.79%64.71%-
XYZ15.568.050.85-
YUV50.96101.5209.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 96.49%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 4 (1.95% from 255) = 2.34%
R=96.49%
G=1.17%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652400.990.980.35359.2697.632.75
HexA52406362231676221
Octal2452401431424354714241
Binary10100101101000110001111000101000111011001111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50204; }

 p { color: rgb(165,2,4); }

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

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

 a { background-color: rgb(165,2,4); }

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

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

 span { border-color: rgb(165,2,4); }

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