#A3021D

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

Shades of Carmine #A3021D

Tints of Carmine #A3021D

Color information

#A3021D (or 0xA3021D) is unknown color: approx Carmine. HEX triplet: A3, 02 and 1D. RGB value is (163,2,29). Sum of RGB (Red+Green+Blue) = 163+2+29=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A3021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3021D is #5CFDE2. Grayscale: #353535. Windows color (decimal): -6094307 or 1901219. OLE color: 1901219.

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

Color convert

RGB163229-
CMYK00.990.820.36
HSL349.94º97.58%32.35%-
HSV(B)349.94º98.77%63.92%-
XYZ15.357.921.88-
YUV53.22114.34206.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 84.02%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=84.02%
G=1.03%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16322900.990.820.36349.9497.5832.35
HexA321D063522415e6220
Octal24323501431224453614240
Binary1010001110111010110001110100101001001010111101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3021D; }

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

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

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

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

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

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

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

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