#A50632

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

Shades of Carmine #A50632

Tints of Carmine #A50632

Color information

#A50632 (or 0xA50632) is unknown color: approx Carmine. HEX triplet: A5, 06 and 32. RGB value is (165,6,50). Sum of RGB (Red+Green+Blue) = 165+6+50=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A50632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50632 is #5AF9CD. Grayscale: #3A3A3A. Windows color (decimal): -5962190 or 3278501. OLE color: 3278501.

HSL color Cylindrical-coordinate representation of color #A50632: hue angle of 343.4º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50632 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB165650-
CMYK00.960.700.35
HSL343.4º92.98%33.53%-
HSV(B)343.4º96.36%64.71%-
XYZ16.168.363.78-
YUV58.56123.18203.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 74.66%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=74.66%
G=2.71%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16565000.960.700.35343.492.9833.53
HexA563206046231575d22
Octal24566201401064352713542
Binary101001011101100100110000010001101000111010101111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50632; }

 p { color: rgb(165,6,50); }

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

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

 a { background-color: rgb(165,6,50); }

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

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

 span { border-color: rgb(165,6,50); }

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