#A30E1B

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

Shades of Carmine #A30E1B

Tints of Carmine #A30E1B

Color information

#A30E1B (or 0xA30E1B) is unknown color: approx Carmine. HEX triplet: A3, 0E and 1B. RGB value is (163,14,27). Sum of RGB (Red+Green+Blue) = 163+14+27=204 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.90% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30E1B is #5CF1E4. Grayscale: #3C3C3C. Windows color (decimal): -6091237 or 1773219. OLE color: 1773219.

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

Color convert

RGB1631427-
CMYK00.910.830.36
HSL354.77º84.18%34.71%-
HSV(B)354.77º91.41%63.92%-
XYZ15.468.181.8-
YUV60.03109.36201.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.90%
GREEN value IS 14 (5.86% from 255) = 6.86%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=79.90%
G=6.86%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163142700.910.830.36354.7784.1834.71
HexA3E1B05B53241635423
Octal243163301331234454312443
Binary101000111110110110101101110100111001001011000111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E1B; }

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

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

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

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

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

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

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

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