#A50D30

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

Shades of Carmine #A50D30

Tints of Carmine #A50D30

Color information

#A50D30 (or 0xA50D30) is unknown color: approx Carmine. HEX triplet: A5, 0D and 30. RGB value is (165,13,48). Sum of RGB (Red+Green+Blue) = 165+13+48=226 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.01% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50D30 is #5AF2CF. Grayscale: #3E3E3E. Windows color (decimal): -5960400 or 3149221. OLE color: 3149221.

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

Color convert

RGB1651348-
CMYK00.920.710.35
HSL346.18º85.39%34.9%-
HSV(B)346.18º92.12%64.71%-
XYZ16.198.53.58-
YUV62.44119.86201.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.01%
GREEN value IS 13 (5.47% from 255) = 5.75%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=73.01%
G=5.75%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165134800.920.710.35346.1885.3934.9
HexA5D3005C472315a5523
Octal245156001341074353212543
Binary1010010111011100000101110010001111000111010110101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50D30; }

 p { color: rgb(165,13,48); }

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

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

 a { background-color: rgb(165,13,48); }

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

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

 span { border-color: rgb(165,13,48); }

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