#C50A49

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

Shades of Cardinal #C50A49

Tints of Cardinal #C50A49

Color information

#C50A49 (or 0xC50A49) is unknown color: approx Cardinal. HEX triplet: C5, 0A and 49. RGB value is (197,10,73). Sum of RGB (Red+Green+Blue) = 197+10+73=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50A49 is #3AF5B6. Grayscale: #494949. Windows color (decimal): -3863991 or 4786885. OLE color: 4786885.

HSL color Cylindrical-coordinate representation of color #C50A49: hue angle of 339.79º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50A49 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1971073-
CMYK00.950.630.23
HSL339.79º90.34%40.59%-
HSV(B)339.79º94.92%77.25%-
XYZ24.3412.577.45-
YUV73.1127.95216.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 70.36%
GREEN value IS 10 (4.30% from 255) = 3.57%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=70.36%
G=3.57%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197107300.950.630.23339.7990.3440.59
HexC5A4905F3F171545a29
Octal305121110137772752413251
Binary110001011010100100101011111111111101111010101001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50A49; }

 p { color: rgb(197,10,73); }

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

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

 a { background-color: rgb(197,10,73); }

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

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

 span { border-color: rgb(197,10,73); }

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