#A30E19

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

Shades of Carmine #A30E19

Tints of Carmine #A30E19

Color information

#A30E19 (or 0xA30E19) is unknown color: approx Carmine. HEX triplet: A3, 0E and 19. RGB value is (163,14,25). Sum of RGB (Red+Green+Blue) = 163+14+25=202 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.69% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30E19 is #5CF1E6. Grayscale: #3B3B3B. Windows color (decimal): -6091239 or 1642147. OLE color: 1642147.

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

Color convert

RGB1631425-
CMYK00.910.850.36
HSL355.57º84.18%34.71%-
HSV(B)355.57º91.41%63.92%-
XYZ15.448.171.68-
YUV59.8108.36201.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 80.69%
GREEN value IS 14 (5.86% from 255) = 6.93%
BLUE value IS 25 (10.16% from 255) = 12.38%
R=80.69%
G=6.93%
B=12.38%

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
Decimal163142500.910.850.36355.5784.1834.71
HexA3E1905B55241645423
Octal243163101331254454412443
Binary101000111110110010101101110101011001001011001001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E19; }

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

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

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

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

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

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

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

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