#A30E18

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

Shades of Carmine #A30E18

Tints of Carmine #A30E18

Color information

#A30E18 (or 0xA30E18) is unknown color: approx Carmine. HEX triplet: A3, 0E and 18. RGB value is (163,14,24). Sum of RGB (Red+Green+Blue) = 163+14+24=201 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.09% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30E18 is #5CF1E7. Grayscale: #3B3B3B. Windows color (decimal): -6091240 or 1576611. OLE color: 1576611.

HSL color Cylindrical-coordinate representation of color #A30E18: hue angle of 355.97º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A30E18 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1631424-
CMYK00.910.850.36
HSL355.97º84.18%34.71%-
HSV(B)355.97º91.41%63.92%-
XYZ15.438.171.63-
YUV59.69107.86201.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 81.09%
GREEN value IS 14 (5.86% from 255) = 6.97%
BLUE value IS 24 (9.77% from 255) = 11.94%
R=81.09%
G=6.97%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163142400.910.850.36355.9784.1834.71
HexA3E1805B55241645423
Octal243163001331254454412443
Binary101000111110110000101101110101011001001011001001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E18; }

 p { color: rgb(163,14,24); }

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

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

 a { background-color: rgb(163,14,24); }

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

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

 span { border-color: rgb(163,14,24); }

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