#A30011

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

Shades of Carmine #A30011

Tints of Carmine #A30011

Color information

#A30011 (or 0xA30011) is unknown color: approx Carmine. HEX triplet: A3, 00 and 11. RGB value is (163,0,17). Sum of RGB (Red+Green+Blue) = 163+0+17=180 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.56% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 163 - color contains mainly: red. Hex color #A30011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30011 is #5CFFEE. Grayscale: #323232. Windows color (decimal): -6094831 or 1114275. OLE color: 1114275.

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

Color convert

RGB163017-
CMYK010.900.36
HSL353.74º100%31.96%-
HSV(B)353.74º100%63.92%-
XYZ15.217.831.24-
YUV50.68109208.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 90.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 9.44%
R=90.56%
G=0%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163017010.900.36353.7410031.96
HexA30110645A241626420
Octal24302101441324454214440
Binary101000110100010110010010110101001001011000101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30011; }

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

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

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

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

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

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

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

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