#A50F2D

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

Shades of Carmine #A50F2D

Tints of Carmine #A50F2D

Color information

#A50F2D (or 0xA50F2D) is unknown color: approx Carmine. HEX triplet: A5, 0F and 2D. RGB value is (165,15,45). Sum of RGB (Red+Green+Blue) = 165+15+45=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50F2D is #5AF0D2. Grayscale: #3F3F3F. Windows color (decimal): -5959891 or 2953125. OLE color: 2953125.

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

Color convert

RGB1651545-
CMYK00.910.730.35
HSL348º83.33%35.29%-
HSV(B)348º90.91%64.71%-
XYZ16.168.533.28-
YUV63.27117.7200.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.33%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 45 (17.97% from 255) = 20%
R=73.33%
G=6.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165154500.910.730.3534883.3335.29
HexA5F2D05B492315c5323
Octal245175501331114353412343
Binary1010010111111011010101101110010011000111010111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50F2D; }

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

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

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

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

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

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

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

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