#A80824

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

Shades of Carmine #A80824

Tints of Carmine #A80824

Color information

#A80824 (or 0xA80824) is unknown color: approx Carmine. HEX triplet: A8, 08 and 24. RGB value is (168,8,36). Sum of RGB (Red+Green+Blue) = 168+8+36=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A80824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80824 is #57F7DB. Grayscale: #3B3B3B. Windows color (decimal): -5765084 or 2361512. OLE color: 2361512.

HSL color Cylindrical-coordinate representation of color #A80824: hue angle of 349.5º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80824 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB168836-
CMYK00.950.790.34
HSL349.5º90.91%34.51%-
HSV(B)349.5º95.24%65.88%-
XYZ16.558.632.46-
YUV59.03115.01205.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 79.25%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=79.25%
G=3.77%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16883600.950.790.34349.590.9134.51
HexA882405F4F2215e5b23
Octal250104401371174253613343
Binary1010100010001001000101111110011111000101010111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80824; }

 p { color: rgb(168,8,36); }

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

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

 a { background-color: rgb(168,8,36); }

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

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

 span { border-color: rgb(168,8,36); }

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