#A2181C

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

Shades of Carmine #A2181C

Tints of Carmine #A2181C

Color information

#A2181C (or 0xA2181C) is unknown color: approx Carmine. HEX triplet: A2, 18 and 1C. RGB value is (162,24,28). Sum of RGB (Red+Green+Blue) = 162+24+28=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A2181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2181C is #5DE7E3. Grayscale: #414141. Windows color (decimal): -6154212 or 1841314. OLE color: 1841314.

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

Color convert

RGB1622428-
CMYK00.850.830.36
HSL358.26º74.19%36.47%-
HSV(B)358.26º85.19%63.53%-
XYZ15.448.421.91-
YUV65.72106.72196.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 75.70%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 28 (11.33% from 255) = 13.08%
R=75.70%
G=11.21%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162242800.850.830.36358.2674.1936.47
HexA2181C05553241664a24
Octal242303401251234454611244
Binary1010001011000111000101010110100111001001011001101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2181C; }

 p { color: rgb(162,24,28); }

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

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

 a { background-color: rgb(162,24,28); }

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

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

 span { border-color: rgb(162,24,28); }

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