#A30031

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

Shades of Carmine #A30031

Tints of Carmine #A30031

Color information

#A30031 (or 0xA30031) is unknown color: approx Carmine. HEX triplet: A3, 00 and 31. RGB value is (163,0,49). Sum of RGB (Red+Green+Blue) = 163+0+49=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A30031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30031 is #5CFFCE. Grayscale: #363636. Windows color (decimal): -6094799 or 3211427. OLE color: 3211427.

HSL color Cylindrical-coordinate representation of color #A30031: hue angle of 341.96º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30031 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB163049-
CMYK010.700.36
HSL341.96º100%31.96%-
HSV(B)341.96º100%63.92%-
XYZ15.668.013.63-
YUV54.32125205.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 76.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=76.89%
G=0%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163049010.700.36341.9610031.96
HexA303106446241566420
Octal24306101441064452614440
Binary1010001101100010110010010001101001001010101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30031; }

 p { color: rgb(163,0,49); }

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

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

 a { background-color: rgb(163,0,49); }

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

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

 span { border-color: rgb(163,0,49); }

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