#A01525

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

Shades of Carmine #A01525

Tints of Carmine #A01525

Color information

#A01525 (or 0xA01525) is unknown color: approx Carmine. HEX triplet: A0, 15 and 25. RGB value is (160,21,37). Sum of RGB (Red+Green+Blue) = 160+21+37=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A01525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01525 is #5FEADA. Grayscale: #404040. Windows color (decimal): -6286043 or 2430368. OLE color: 2430368.

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

Color convert

RGB1602137-
CMYK00.870.770.37
HSL353.09º76.8%35.49%-
HSV(B)353.09º86.87%62.75%-
XYZ15.18.142.53-
YUV64.38112.55196.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.39%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 37 (14.84% from 255) = 16.97%
R=73.39%
G=9.63%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160213700.870.770.37353.0976.835.49
HexA015250574D251614d23
Octal240254501271154554111543
Binary10100000101011001010101011110011011001011011000011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01525; }

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

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

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

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

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

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

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

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