#A10C1D

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

Shades of Carmine #A10C1D

Tints of Carmine #A10C1D

Color information

#A10C1D (or 0xA10C1D) is unknown color: approx Carmine. HEX triplet: A1, 0C and 1D. RGB value is (161,12,29). Sum of RGB (Red+Green+Blue) = 161+12+29=202 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.70% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 161 - color contains mainly: red. Hex color #A10C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10C1D is #5EF3E2. Grayscale: #3A3A3A. Windows color (decimal): -6222819 or 1903777. OLE color: 1903777.

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

Color convert

RGB1611229-
CMYK00.930.820.37
HSL353.15º86.13%33.92%-
HSV(B)353.15º92.55%63.14%-
XYZ15.057.931.9-
YUV58.49111.36201.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 79.70%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 29 (11.72% from 255) = 14.36%
R=79.70%
G=5.94%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161122900.930.820.37353.1586.1333.92
HexA1C1D05D52251615622
Octal241143501351224554112642
Binary101000011100111010101110110100101001011011000011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10C1D; }

 p { color: rgb(161,12,29); }

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

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

 a { background-color: rgb(161,12,29); }

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

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

 span { border-color: rgb(161,12,29); }

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