#A2081B

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

Shades of Carmine #A2081B

Tints of Carmine #A2081B

Color information

#A2081B (or 0xA2081B) is unknown color: approx Carmine. HEX triplet: A2, 08 and 1B. RGB value is (162,8,27). Sum of RGB (Red+Green+Blue) = 162+8+27=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A2081B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2081B is #5DF7E4. Grayscale: #383838. Windows color (decimal): -6158309 or 1771682. OLE color: 1771682.

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

Color convert

RGB162827-
CMYK00.950.830.36
HSL352.6º90.59%33.33%-
HSV(B)352.6º95.06%63.53%-
XYZ15.187.931.77-
YUV56.21111.52203.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 82.23%
GREEN value IS 8 (3.52% from 255) = 4.06%
BLUE value IS 27 (10.94% from 255) = 13.71%
R=82.23%
G=4.06%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16282700.950.830.36352.690.5933.33
HexA281B05F53241615b21
Octal242103301371234454113341
Binary101000101000110110101111110100111001001011000011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2081B; }

 p { color: rgb(162,8,27); }

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

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

 a { background-color: rgb(162,8,27); }

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

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

 span { border-color: rgb(162,8,27); }

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