#A30204

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

Shades of Sangria #A30204

Tints of Sangria #A30204

Color information

#A30204 (or 0xA30204) is unknown color: approx Sangria. HEX triplet: A3, 02 and 04. RGB value is (163,2,4). Sum of RGB (Red+Green+Blue) = 163+2+4=169 (22% of max value = 765). Red value is 163 (64.06% from 255 or 96.45% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 163 - color contains mainly: red. Hex color #A30204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30204 is #5CFDFB. Grayscale: #323232. Windows color (decimal): -6094332 or 262819. OLE color: 262819.

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

Color convert

RGB16324-
CMYK00.990.980.36
HSL359.25º97.58%32.35%-
HSV(B)359.25º98.77%63.92%-
XYZ15.157.840.83-
YUV50.37101.84208.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 96.45%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 4 (1.95% from 255) = 2.37%
R=96.45%
G=1.18%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632400.990.980.36359.2597.5832.35
HexA32406362241676220
Octal2432401431424454714240
Binary10100011101000110001111000101001001011001111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30204; }

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

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

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

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

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

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

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

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