#C50A4A

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

Shades of Cardinal #C50A4A

Tints of Cardinal #C50A4A

Color information

#C50A4A (or 0xC50A4A) is unknown color: approx Cardinal. HEX triplet: C5, 0A and 4A. RGB value is (197,10,74). Sum of RGB (Red+Green+Blue) = 197+10+74=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50A4A is #3AF5B5. Grayscale: #494949. Windows color (decimal): -3863990 or 4852421. OLE color: 4852421.

HSL color Cylindrical-coordinate representation of color #C50A4A: hue angle of 339.47º 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 #C50A4A is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1971074-
CMYK00.950.620.23
HSL339.47º90.34%40.59%-
HSV(B)339.47º94.92%77.25%-
XYZ24.3712.587.62-
YUV73.21128.45216.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 70.11%
GREEN value IS 10 (4.30% from 255) = 3.56%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=70.11%
G=3.56%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197107400.950.620.23339.4790.3440.59
HexC5A4A05F3E171535a29
Octal305121120137762752313251
Binary110001011010100101001011111111110101111010100111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50A4A; }

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

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

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

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

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

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

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

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