#A31227

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

Shades of Carmine #A31227

Tints of Carmine #A31227

Color information

#A31227 (or 0xA31227) is unknown color: approx Carmine. HEX triplet: A3, 12 and 27. RGB value is (163,18,39). Sum of RGB (Red+Green+Blue) = 163+18+39=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A31227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31227 is #5CEDD8. Grayscale: #3F3F3F. Windows color (decimal): -6090201 or 2560675. OLE color: 2560675.

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

Color convert

RGB1631839-
CMYK00.890.760.36
HSL351.31º80.11%35.49%-
HSV(B)351.31º88.96%63.92%-
XYZ15.698.372.71-
YUV63.75114.04198.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.09%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=74.09%
G=8.18%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163183900.890.760.36351.3180.1135.49
HexA312270594C2415f5023
Octal243224701311144453712043
Binary10100011100101001110101100110011001001001010111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31227; }

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

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

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

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

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

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

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

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