#A50F3C

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

Shades of Cardinal #A50F3C

Tints of Cardinal #A50F3C

Color information

#A50F3C (or 0xA50F3C) is unknown color: approx Cardinal. HEX triplet: A5, 0F and 3C. RGB value is (165,15,60). Sum of RGB (Red+Green+Blue) = 165+15+60=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50F3C is #5AF0C3. Grayscale: #404040. Windows color (decimal): -5959876 or 3936165. OLE color: 3936165.

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

Color convert

RGB1651560-
CMYK00.910.640.35
HSL342º83.33%35.29%-
HSV(B)342º90.91%64.71%-
XYZ16.58.675.08-
YUV64.98125.2199.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.75%
GREEN value IS 15 (6.25% from 255) = 6.25%
BLUE value IS 60 (23.83% from 255) = 25%
R=68.75%
G=6.25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165156000.910.640.3534283.3335.29
HexA5F3C05B40231565323
Octal245177401331004352612343
Binary1010010111111111000101101110000001000111010101101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50F3C; }

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

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

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

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

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

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

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

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