#A30012

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

Shades of Carmine #A30012

Tints of Carmine #A30012

Color information

#A30012 (or 0xA30012) is unknown color: approx Carmine. HEX triplet: A3, 00 and 12. RGB value is (163,0,18). Sum of RGB (Red+Green+Blue) = 163+0+18=181 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.06% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 163 - color contains mainly: red. Hex color #A30012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30012 is #5CFFED. Grayscale: #323232. Windows color (decimal): -6094830 or 1179811. OLE color: 1179811.

HSL color Cylindrical-coordinate representation of color #A30012: hue angle of 353.37º 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 #A30012 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB163018-
CMYK010.890.36
HSL353.37º100%31.96%-
HSV(B)353.37º100%63.92%-
XYZ15.217.831.28-
YUV50.79109.5208.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 90.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=90.06%
G=0%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163018010.890.36353.3710031.96
HexA301206459241616420
Octal24302201441314454114440
Binary101000110100100110010010110011001001011000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30012; }

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

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

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

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

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

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

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

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