#A20F1E

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

Shades of Carmine #A20F1E

Tints of Carmine #A20F1E

Color information

#A20F1E (or 0xA20F1E) is unknown color: approx Carmine. HEX triplet: A2, 0F and 1E. RGB value is (162,15,30). Sum of RGB (Red+Green+Blue) = 162+15+30=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20F1E is #5DF0E1. Grayscale: #3C3C3C. Windows color (decimal): -6156514 or 1970082. OLE color: 1970082.

HSL color Cylindrical-coordinate representation of color #A20F1E: hue angle of 353.88º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F1E is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1621530-
CMYK00.910.810.36
HSL353.88º83.05%34.71%-
HSV(B)353.88º90.74%63.53%-
XYZ15.318.121.99-
YUV60.66110.7200.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.26%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=78.26%
G=7.25%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162153000.910.810.36353.8883.0534.71
HexA2F1E05B51241625323
Octal242173601331214454212343
Binary101000101111111100101101110100011001001011000101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20F1E; }

 p { color: rgb(162,15,30); }

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

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

 a { background-color: rgb(162,15,30); }

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

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

 span { border-color: rgb(162,15,30); }

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