#A50C2F

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

Shades of Carmine #A50C2F

Tints of Carmine #A50C2F

Color information

#A50C2F (or 0xA50C2F) is unknown color: approx Carmine. HEX triplet: A5, 0C and 2F. RGB value is (165,12,47). Sum of RGB (Red+Green+Blue) = 165+12+47=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C2F is #5AF3D0. Grayscale: #3D3D3D. Windows color (decimal): -5960657 or 3083429. OLE color: 3083429.

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

Color convert

RGB1651247-
CMYK00.930.720.35
HSL346.27º86.44%34.71%-
HSV(B)346.27º92.73%64.71%-
XYZ16.168.473.47-
YUV61.74119.69201.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.66%
GREEN value IS 12 (5.08% from 255) = 5.36%
BLUE value IS 47 (18.75% from 255) = 20.98%
R=73.66%
G=5.36%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165124700.930.720.35346.2786.4434.71
HexA5C2F05D482315a5623
Octal245145701351104353212643
Binary1010010111001011110101110110010001000111010110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C2F; }

 p { color: rgb(165,12,47); }

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

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

 a { background-color: rgb(165,12,47); }

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

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

 span { border-color: rgb(165,12,47); }

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