#A10817

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

Shades of Carmine #A10817

Tints of Carmine #A10817

Color information

#A10817 (or 0xA10817) is unknown color: approx Carmine. HEX triplet: A1, 08 and 17. RGB value is (161,8,23). Sum of RGB (Red+Green+Blue) = 161+8+23=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A10817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10817 is #5EF7E8. Grayscale: #373737. Windows color (decimal): -6223849 or 1509537. OLE color: 1509537.

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

Color convert

RGB161823-
CMYK00.950.860.37
HSL354.12º90.53%33.14%-
HSV(B)354.12º95.03%63.14%-
XYZ14.947.811.53-
YUV55.46109.69203.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 83.85%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=83.85%
G=4.17%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16182300.950.860.37354.1290.5333.14
HexA181705F56251625b21
Octal241102701371264554213341
Binary101000011000101110101111110101101001011011000101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10817; }

 p { color: rgb(161,8,23); }

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

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

 a { background-color: rgb(161,8,23); }

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

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

 span { border-color: rgb(161,8,23); }

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