#A50C30

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

Shades of Carmine #A50C30

Tints of Carmine #A50C30

Color information

#A50C30 (or 0xA50C30) is unknown color: approx Carmine. HEX triplet: A5, 0C and 30. RGB value is (165,12,48). Sum of RGB (Red+Green+Blue) = 165+12+48=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C30 is #5AF3CF. Grayscale: #3D3D3D. Windows color (decimal): -5960656 or 3148965. OLE color: 3148965.

HSL color Cylindrical-coordinate representation of color #A50C30: hue angle of 345.88º 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 #A50C30 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB1651248-
CMYK00.930.710.35
HSL345.88º86.44%34.71%-
HSV(B)345.88º92.73%64.71%-
XYZ16.188.483.58-
YUV61.85120.19201.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.33%
GREEN value IS 12 (5.08% from 255) = 5.33%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=73.33%
G=5.33%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165124800.930.710.35345.8886.4434.71
HexA5C3005D472315a5623
Octal245146001351074353212643
Binary1010010111001100000101110110001111000111010110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50C30; }

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

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

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

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

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

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

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

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