#A30412

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

Shades of Carmine #A30412

Tints of Carmine #A30412

Color information

#A30412 (or 0xA30412) is unknown color: approx Carmine. HEX triplet: A3, 04 and 12. RGB value is (163,4,18). Sum of RGB (Red+Green+Blue) = 163+4+18=185 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.11% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 163 - color contains mainly: red. Hex color #A30412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30412 is #5CFBED. Grayscale: #353535. Windows color (decimal): -6093806 or 1180835. OLE color: 1180835.

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

Color convert

RGB163418-
CMYK00.980.890.36
HSL354.72º95.21%32.75%-
HSV(B)354.72º97.55%63.92%-
XYZ15.267.921.3-
YUV53.14108.18206.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 88.11%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 18 (7.42% from 255) = 9.73%
R=88.11%
G=2.16%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16341800.980.890.36354.7295.2132.75
HexA341206259241635f21
Octal24342201421314454313741
Binary10100011100100100110001010110011001001011000111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30412; }

 p { color: rgb(163,4,18); }

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

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

 a { background-color: rgb(163,4,18); }

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

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

 span { border-color: rgb(163,4,18); }

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