#A10B1B

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

Shades of Carmine #A10B1B

Tints of Carmine #A10B1B

Color information

#A10B1B (or 0xA10B1B) is unknown color: approx Carmine. HEX triplet: A1, 0B and 1B. RGB value is (161,11,27). Sum of RGB (Red+Green+Blue) = 161+11+27=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A10B1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10B1B is #5EF4E4. Grayscale: #393939. Windows color (decimal): -6223077 or 1772449. OLE color: 1772449.

HSL color Cylindrical-coordinate representation of color #A10B1B: hue angle of 353.6º degrees, saturation: 0.87, 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 #A10B1B is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB1611127-
CMYK00.930.830.37
HSL353.6º87.21%33.73%-
HSV(B)353.6º93.17%63.14%-
XYZ15.027.91.77-
YUV57.67110.7201.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 80.90%
GREEN value IS 11 (4.69% from 255) = 5.53%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=80.90%
G=5.53%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161112700.930.830.37353.687.2133.73
HexA1B1B05D53251625722
Octal241133301351234554212742
Binary101000011011110110101110110100111001011011000101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10B1B; }

 p { color: rgb(161,11,27); }

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

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

 a { background-color: rgb(161,11,27); }

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

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

 span { border-color: rgb(161,11,27); }

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