#A01225

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

Shades of Carmine #A01225

Tints of Carmine #A01225

Color information

#A01225 (or 0xA01225) is unknown color: approx Carmine. HEX triplet: A0, 12 and 25. RGB value is (160,18,37). Sum of RGB (Red+Green+Blue) = 160+18+37=215 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.42% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 160 - color contains mainly: red. Hex color #A01225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01225 is #5FEDDA. Grayscale: #3E3E3E. Windows color (decimal): -6286811 or 2429600. OLE color: 2429600.

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

Color convert

RGB1601837-
CMYK00.890.770.37
HSL351.97º79.78%34.9%-
HSV(B)351.97º88.75%62.75%-
XYZ15.058.042.51-
YUV62.62113.54197.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 74.42%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 37 (14.84% from 255) = 17.21%
R=74.42%
G=8.37%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160183700.890.770.37351.9779.7834.9
HexA012250594D251605023
Octal240224501311154554012043
Binary10100000100101001010101100110011011001011011000001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01225; }

 p { color: rgb(160,18,37); }

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

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

 a { background-color: rgb(160,18,37); }

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

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

 span { border-color: rgb(160,18,37); }

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