#A31522

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

Shades of Carmine #A31522

Tints of Carmine #A31522

Color information

#A31522 (or 0xA31522) is unknown color: approx Carmine. HEX triplet: A3, 15 and 22. RGB value is (163,21,34). Sum of RGB (Red+Green+Blue) = 163+21+34=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A31522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31522 is #5CEADD. Grayscale: #414141. Windows color (decimal): -6089438 or 2233763. OLE color: 2233763.

HSL color Cylindrical-coordinate representation of color #A31522: hue angle of 354.51º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31522 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1632134-
CMYK00.870.790.36
HSL354.51º77.17%36.08%-
HSV(B)354.51º87.12%63.92%-
XYZ15.668.442.32-
YUV64.94110.54197.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.77%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 34 (13.67% from 255) = 15.60%
R=74.77%
G=9.63%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163213400.870.790.36354.5177.1736.08
HexA315220574F241634d24
Octal243254201271174454311544
Binary10100011101011000100101011110011111001001011000111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31522; }

 p { color: rgb(163,21,34); }

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

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

 a { background-color: rgb(163,21,34); }

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

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

 span { border-color: rgb(163,21,34); }

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