#A31226

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

Shades of Carmine #A31226

Tints of Carmine #A31226

Color information

#A31226 (or 0xA31226) is unknown color: approx Carmine. HEX triplet: A3, 12 and 26. RGB value is (163,18,38). Sum of RGB (Red+Green+Blue) = 163+18+38=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A31226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31226 is #5CEDD9. Grayscale: #3F3F3F. Windows color (decimal): -6090202 or 2495139. OLE color: 2495139.

HSL color Cylindrical-coordinate representation of color #A31226: hue angle of 351.72º 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 #A31226 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1631838-
CMYK00.890.770.36
HSL351.72º80.11%35.49%-
HSV(B)351.72º88.96%63.92%-
XYZ15.678.362.62-
YUV63.64113.54198.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.43%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=74.43%
G=8.22%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163183800.890.770.36351.7280.1135.49
HexA312260594D241605023
Octal243224601311154454012043
Binary10100011100101001100101100110011011001001011000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31226; }

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

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

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

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

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

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

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

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