#A10614

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

Shades of Carmine #A10614

Tints of Carmine #A10614

Color information

#A10614 (or 0xA10614) is unknown color: approx Carmine. HEX triplet: A1, 06 and 14. RGB value is (161,6,20). Sum of RGB (Red+Green+Blue) = 161+6+20=187 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.10% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 161 - color contains mainly: red. Hex color #A10614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10614 is #5EF9EB. Grayscale: #363636. Windows color (decimal): -6224364 or 1312417. OLE color: 1312417.

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

Color convert

RGB161620-
CMYK00.960.880.37
HSL354.58º92.81%32.75%-
HSV(B)354.58º96.27%63.14%-
XYZ14.897.761.37-
YUV53.94108.85204.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 86.10%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 20 (8.20% from 255) = 10.70%
R=86.10%
G=3.21%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16162000.960.880.37354.5892.8132.75
HexA161406058251635d21
Octal24162401401304554313541
Binary10100001110101000110000010110001001011011000111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10614; }

 p { color: rgb(161,6,20); }

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

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

 a { background-color: rgb(161,6,20); }

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

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

 span { border-color: rgb(161,6,20); }

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