#A30114

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

Shades of Carmine #A30114

Tints of Carmine #A30114

Color information

#A30114 (or 0xA30114) is unknown color: approx Carmine. HEX triplet: A3, 01 and 14. RGB value is (163,1,20). Sum of RGB (Red+Green+Blue) = 163+1+20=184 (24% of max value = 765). Red value is 163 (64.06% from 255 or 88.59% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 163 - color contains mainly: red. Hex color #A30114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30114 is #5CFEEB. Grayscale: #333333. Windows color (decimal): -6094572 or 1311139. OLE color: 1311139.

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

Color convert

RGB163120-
CMYK00.990.880.36
HSL352.96º98.78%32.16%-
HSV(B)352.96º99.39%63.92%-
XYZ15.247.861.38-
YUV51.6110.17207.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 88.59%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=88.59%
G=0.54%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312000.990.880.36352.9698.7832.16
HexA311406358241616320
Octal24312401431304454114340
Binary101000111101000110001110110001001001011000011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30114; }

 p { color: rgb(163,1,20); }

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

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

 a { background-color: rgb(163,1,20); }

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

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

 span { border-color: rgb(163,1,20); }

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