#A30A1D

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

Shades of Carmine #A30A1D

Tints of Carmine #A30A1D

Color information

#A30A1D (or 0xA30A1D) is unknown color: approx Carmine. HEX triplet: A3, 0A and 1D. RGB value is (163,10,29). Sum of RGB (Red+Green+Blue) = 163+10+29=202 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.69% from 202); Green value is 10 (4.30% from 255 or 4.95% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 163 - color contains mainly: red. Hex color #A30A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30A1D is #5CF5E2. Grayscale: #393939. Windows color (decimal): -6092259 or 1903267. OLE color: 1903267.

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

Color convert

RGB1631029-
CMYK00.940.820.36
HSL352.55º88.44%33.92%-
HSV(B)352.55º93.87%63.92%-
XYZ15.438.091.91-
YUV57.91111.69202.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 80.69%
GREEN value IS 10 (4.30% from 255) = 4.95%
BLUE value IS 29 (11.72% from 255) = 14.36%
R=80.69%
G=4.95%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163102900.940.820.36352.5588.4433.92
HexA3A1D05E52241615822
Octal243123501361224454113042
Binary101000111010111010101111010100101001001011000011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30A1D; }

 p { color: rgb(163,10,29); }

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

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

 a { background-color: rgb(163,10,29); }

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

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

 span { border-color: rgb(163,10,29); }

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