#A50F36

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

Shades of Cardinal #A50F36

Tints of Cardinal #A50F36

Color information

#A50F36 (or 0xA50F36) is unknown color: approx Cardinal. HEX triplet: A5, 0F and 36. RGB value is (165,15,54). Sum of RGB (Red+Green+Blue) = 165+15+54=234 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.51% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 54 (21.48% from 255 or 23.08% from 234); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50F36 is #5AF0C9. Grayscale: #404040. Windows color (decimal): -5959882 or 3542949. OLE color: 3542949.

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

Color convert

RGB1651554-
CMYK00.910.670.35
HSL344.4º83.33%35.29%-
HSV(B)344.4º90.91%64.71%-
XYZ16.358.614.29-
YUV64.3122.2199.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 70.51%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 54 (21.48% from 255) = 23.08%
R=70.51%
G=6.41%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165155400.910.670.35344.483.3335.29
HexA5F3605B43231585323
Octal245176601331034353012343
Binary1010010111111101100101101110000111000111010110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50F36; }

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

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

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

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

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

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

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

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