#A30829

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

Shades of Carmine #A30829

Tints of Carmine #A30829

Color information

#A30829 (or 0xA30829) is unknown color: approx Carmine. HEX triplet: A3, 08 and 29. RGB value is (163,8,41). Sum of RGB (Red+Green+Blue) = 163+8+41=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A30829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30829 is #5CF7D6. Grayscale: #3A3A3A. Windows color (decimal): -6092759 or 2689187. OLE color: 2689187.

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

Color convert

RGB163841-
CMYK00.950.750.36
HSL347.23º90.64%33.53%-
HSV(B)347.23º95.09%63.92%-
XYZ15.598.122.84-
YUV58.11118.35202.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 76.89%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 41 (16.41% from 255) = 19.34%
R=76.89%
G=3.77%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16384100.950.750.36347.2390.6433.53
HexA382905F4B2415b5b22
Octal243105101371134453313342
Binary1010001110001010010101111110010111001001010110111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30829; }

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

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

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

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

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

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

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

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