#A50F30

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

Shades of Carmine #A50F30

Tints of Carmine #A50F30

Color information

#A50F30 (or 0xA50F30) is unknown color: approx Carmine. HEX triplet: A5, 0F and 30. RGB value is (165,15,48). Sum of RGB (Red+Green+Blue) = 165+15+48=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50F30 is #5AF0CF. Grayscale: #3F3F3F. Windows color (decimal): -5959888 or 3149733. OLE color: 3149733.

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

Color convert

RGB1651548-
CMYK00.910.710.35
HSL346.8º83.33%35.29%-
HSV(B)346.8º90.91%64.71%-
XYZ16.228.553.59-
YUV63.61119.2200.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 72.37%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 48 (19.14% from 255) = 21.05%
R=72.37%
G=6.58%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165154800.910.710.35346.883.3335.29
HexA5F3005B472315b5323
Octal245176001331074353312343
Binary1010010111111100000101101110001111000111010110111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50F30; }

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

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

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

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

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

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

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

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