#a00531

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

Shades of Carmine #A00531

Tints of Carmine #A00531

Color information

#A00531 (or 0xA00531) is unknown color: approx Carmine. HEX triplet: A0, 05 and 31. RGB value is (160,5,49). Sum of RGB (Red+Green+Blue) = 160+5+49=214 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.77% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 160 - color contains mainly: red. Hex color #A00531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00531 is #5FFACE. Grayscale: #383838. Windows color (decimal): -6290127 or 3212704. OLE color: 3212704.

HSL color Cylindrical-coordinate representation of color #A00531: hue angle of 342.97º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00531 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB160549-
CMYK00.970.690.37
HSL342.97º93.94%32.35%-
HSV(B)342.97º96.88%62.75%-
XYZ15.117.83.62-
YUV56.36123.85201.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 74.77%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=74.77%
G=2.34%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16054900.970.690.37342.9793.9432.35
HexA053106145251575e20
Octal24056101411054552713640
Binary101000001011100010110000110001011001011010101111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a00531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a00531; }

 p { color: rgb(160,5,49); }

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

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

 a { background-color: rgb(160,5,49); }

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

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

 span { border-color: rgb(160,5,49); }

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