#A20822

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

Shades of Carmine #A20822

Tints of Carmine #A20822

Color information

#A20822 (or 0xA20822) is unknown color: approx Carmine. HEX triplet: A2, 08 and 22. RGB value is (162,8,34). Sum of RGB (Red+Green+Blue) = 162+8+34=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A20822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20822 is #5DF7DD. Grayscale: #393939. Windows color (decimal): -6158302 or 2230434. OLE color: 2230434.

HSL color Cylindrical-coordinate representation of color #A20822: hue angle of 349.87º 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 #A20822 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB162834-
CMYK00.950.790.36
HSL349.87º90.59%33.33%-
HSV(B)349.87º95.06%63.53%-
XYZ15.287.972.25-
YUV57.01115.02202.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.41%
GREEN value IS 8 (3.52% from 255) = 3.92%
BLUE value IS 34 (13.67% from 255) = 16.67%
R=79.41%
G=3.92%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16283400.950.790.36349.8790.5933.33
HexA282205F4F2415e5b21
Octal242104201371174453613341
Binary1010001010001000100101111110011111001001010111101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20822; }

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

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

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

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

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

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

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

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