#A7072F

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

Shades of Carmine #A7072F

Tints of Carmine #A7072F

Color information

#A7072F (or 0xA7072F) is unknown color: approx Carmine. HEX triplet: A7, 07 and 2F. RGB value is (167,7,47). Sum of RGB (Red+Green+Blue) = 167+7+47=221 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.57% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 167 - color contains mainly: red. Hex color #A7072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7072F is #58F8D0. Grayscale: #3B3B3B. Windows color (decimal): -5830865 or 3082151. OLE color: 3082151.

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

Color convert

RGB167747-
CMYK00.960.720.35
HSL345º91.95%34.12%-
HSV(B)345º95.81%65.49%-
XYZ16.538.573.47-
YUV59.4121.01204.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 75.57%
GREEN value IS 7 (3.12% from 255) = 3.17%
BLUE value IS 47 (18.75% from 255) = 21.27%
R=75.57%
G=3.17%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16774700.960.720.3534591.9534.12
HexA772F06048231595c22
Octal24775701401104353113442
Binary101001111111011110110000010010001000111010110011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7072F; }

 p { color: rgb(167,7,47); }

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

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

 a { background-color: rgb(167,7,47); }

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

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

 span { border-color: rgb(167,7,47); }

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