#A10A1B

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

Shades of Carmine #A10A1B

Tints of Carmine #A10A1B

Color information

#A10A1B (or 0xA10A1B) is unknown color: approx Carmine. HEX triplet: A1, 0A and 1B. RGB value is (161,10,27). Sum of RGB (Red+Green+Blue) = 161+10+27=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10A1B is #5EF5E4. Grayscale: #393939. Windows color (decimal): -6223333 or 1772193. OLE color: 1772193.

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

Color convert

RGB1611027-
CMYK00.940.830.37
HSL353.25º88.3%33.53%-
HSV(B)353.25º93.79%63.14%-
XYZ157.871.77-
YUV57.09111.03202.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 81.31%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 27 (10.94% from 255) = 13.64%
R=81.31%
G=5.05%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161102700.940.830.37353.2588.333.53
HexA1A1B05E53251615822
Octal241123301361234554113042
Binary101000011010110110101111010100111001011011000011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10A1B; }

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

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

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

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

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

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

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

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