#A11227

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

Shades of Carmine #A11227

Tints of Carmine #A11227

Color information

#A11227 (or 0xA11227) is unknown color: approx Carmine. HEX triplet: A1, 12 and 27. RGB value is (161,18,39). Sum of RGB (Red+Green+Blue) = 161+18+39=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A11227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11227 is #5EEDD8. Grayscale: #3F3F3F. Windows color (decimal): -6221273 or 2560673. OLE color: 2560673.

HSL color Cylindrical-coordinate representation of color #A11227: hue angle of 351.19º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11227 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1611839-
CMYK00.890.760.37
HSL351.19º79.89%35.1%-
HSV(B)351.19º88.82%63.14%-
XYZ15.288.162.69-
YUV63.15114.38197.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.85%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 39 (15.62% from 255) = 17.89%
R=73.85%
G=8.26%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161183900.890.760.37351.1979.8935.1
HexA112270594C2515f5023
Octal241224701311144553712043
Binary10100001100101001110101100110011001001011010111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11227; }

 p { color: rgb(161,18,39); }

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

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

 a { background-color: rgb(161,18,39); }

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

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

 span { border-color: rgb(161,18,39); }

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