#C51032

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

Shades of Cardinal #C51032

Tints of Cardinal #C51032

Color information

#C51032 (or 0xC51032) is unknown color: approx Cardinal. HEX triplet: C5, 10 and 32. RGB value is (197,16,50). Sum of RGB (Red+Green+Blue) = 197+16+50=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C51032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C51032 is #3AEFCD. Grayscale: #4A4A4A. Windows color (decimal): -3862478 or 3281093. OLE color: 3281093.

HSL color Cylindrical-coordinate representation of color #C51032: hue angle of 348.73º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51032 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB1971650-
CMYK00.920.750.23
HSL348.73º84.98%41.76%-
HSV(B)348.73º91.88%77.25%-
XYZ23.7912.474.17-
YUV74114.47215.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 74.90%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=74.90%
G=6.08%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197165000.920.750.23348.7384.9841.76
HexC5103205C4B1715d552a
Octal305206201341132753512552
Binary1100010110000110010010111001001011101111010111011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51032; }

 p { color: rgb(197,16,50); }

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

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

 a { background-color: rgb(197,16,50); }

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

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

 span { border-color: rgb(197,16,50); }

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