#A30202

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

Shades of Dark Red #A30202

Tints of Dark Red #A30202

Color information

#A30202 (or 0xA30202) is unknown color: approx Dark Red. HEX triplet: A3, 02 and 02. RGB value is (163,2,2). Sum of RGB (Red+Green+Blue) = 163+2+2=167 (22% of max value = 765). Red value is 163 (64.06% from 255 or 97.60% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 163 - color contains mainly: red. Hex color #A30202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30202 is #5CFDFD. Grayscale: #323232. Windows color (decimal): -6094334 or 131747. OLE color: 131747.

HSL color Cylindrical-coordinate representation of color #A30202: hue angle of 0º 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 #A30202 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB16322-
CMYK00.990.990.36
HSL97.58%32.35%-
HSV(B)98.77%63.92%-
XYZ15.147.830.77-
YUV50.14100.84208.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 97.60%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=97.60%
G=1.20%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632200.990.990.36097.5832.35
HexA322063632406220
Octal24322014314344014240
Binary10100011101001100011110001110010001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30202; }

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

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

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

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

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

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

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

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