#a30c1e

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

Shades of Carmine #A30C1E

Tints of Carmine #A30C1E

Color information

#A30C1E (or 0xA30C1E) is unknown color: approx Carmine. HEX triplet: A3, 0C and 1E. RGB value is (163,12,30). Sum of RGB (Red+Green+Blue) = 163+12+30=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A30C1E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30C1E is #5CF3E1. Grayscale: #3B3B3B. Windows color (decimal): -6091746 or 1969315. OLE color: 1969315.

HSL color Cylindrical-coordinate representation of color #A30C1E: hue angle of 352.85º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30C1E is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB1631230-
CMYK00.930.820.36
HSL352.85º86.29%34.31%-
HSV(B)352.85º92.64%63.92%-
XYZ15.478.141.98-
YUV59.2111.53202.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 79.51%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 30 (12.11% from 255) = 14.63%
R=79.51%
G=5.85%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163123000.930.820.36352.8586.2934.31
HexA3C1E05D52241615622
Octal243143601351224454112642
Binary101000111100111100101110110100101001001011000011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a30c1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a30c1e; }

 p { color: rgb(163,12,30); }

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

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

 a { background-color: rgb(163,12,30); }

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

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

 span { border-color: rgb(163,12,30); }

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