#A7032D

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

Shades of Carmine #A7032D

Tints of Carmine #A7032D

Color information

#A7032D (or 0xA7032D) is unknown color: approx Carmine. HEX triplet: A7, 03 and 2D. RGB value is (167,3,45). Sum of RGB (Red+Green+Blue) = 167+3+45=215 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.67% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 167 - color contains mainly: red. Hex color #A7032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7032D is #58FCD2. Grayscale: #383838. Windows color (decimal): -5831891 or 2950055. OLE color: 2950055.

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

Color convert

RGB167345-
CMYK00.980.730.35
HSL344.63º96.47%33.33%-
HSV(B)344.63º98.2%65.49%-
XYZ16.448.473.25-
YUV56.82121.33206.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 77.67%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 45 (17.97% from 255) = 20.93%
R=77.67%
G=1.40%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16734500.980.730.35344.6396.4733.33
HexA732D06249231596021
Octal24735501421114353114041
Binary10100111111011010110001010010011000111010110011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7032D; }

 p { color: rgb(167,3,45); }

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

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

 a { background-color: rgb(167,3,45); }

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

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

 span { border-color: rgb(167,3,45); }

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