#A00829

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

Shades of Carmine #A00829

Tints of Carmine #A00829

Color information

#A00829 (or 0xA00829) is unknown color: approx Carmine. HEX triplet: A0, 08 and 29. RGB value is (160,8,41). Sum of RGB (Red+Green+Blue) = 160+8+41=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A00829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00829 is #5FF7D6. Grayscale: #393939. Windows color (decimal): -6289367 or 2689184. OLE color: 2689184.

HSL color Cylindrical-coordinate representation of color #A00829: hue angle of 346.97º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00829 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB160841-
CMYK00.950.740.37
HSL346.97º90.48%32.94%-
HSV(B)346.97º95%62.75%-
XYZ14.987.812.82-
YUV57.21118.86201.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.56%
GREEN value IS 8 (3.52% from 255) = 3.83%
BLUE value IS 41 (16.41% from 255) = 19.62%
R=76.56%
G=3.83%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16084100.950.740.37346.9790.4832.94
HexA082905F4A2515b5a21
Octal240105101371124553313241
Binary1010000010001010010101111110010101001011010110111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00829; }

 p { color: rgb(160,8,41); }

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

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

 a { background-color: rgb(160,8,41); }

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

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

 span { border-color: rgb(160,8,41); }

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