#C50C4C

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

Shades of Cardinal #C50C4C

Tints of Cardinal #C50C4C

Color information

#C50C4C (or 0xC50C4C) is unknown color: approx Cardinal. HEX triplet: C5, 0C and 4C. RGB value is (197,12,76). Sum of RGB (Red+Green+Blue) = 197+12+76=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50C4C is #3AF3B3. Grayscale: #4A4A4A. Windows color (decimal): -3863476 or 4984005. OLE color: 4984005.

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

Color convert

RGB1971276-
CMYK00.940.610.23
HSL339.24º88.52%40.98%-
HSV(B)339.24º93.91%77.25%-
XYZ24.4612.667.99-
YUV74.61128.79215.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 69.12%
GREEN value IS 12 (5.08% from 255) = 4.21%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=69.12%
G=4.21%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197127600.940.610.23339.2488.5240.98
HexC5C4C05E3D171535929
Octal305141140136752752313151
Binary110001011100100110001011110111101101111010100111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C50C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C50C4C; }

 p { color: rgb(197,12,76); }

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

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

 a { background-color: rgb(197,12,76); }

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

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

 span { border-color: rgb(197,12,76); }

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