#C60332

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

Shades of Cardinal #C60332

Tints of Cardinal #C60332

Color information

#C60332 (or 0xC60332) is unknown color: approx Cardinal. HEX triplet: C6, 03 and 32. RGB value is (198,3,50). Sum of RGB (Red+Green+Blue) = 198+3+50=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C60332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60332 is #39FCCD. Grayscale: #424242. Windows color (decimal): -3800270 or 3277766. OLE color: 3277766.

HSL color Cylindrical-coordinate representation of color #C60332: hue angle of 345.54º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60332 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB198350-
CMYK00.980.750.22
HSL345.54º97.01%39.41%-
HSV(B)345.54º98.48%77.65%-
XYZ23.912.34.13-
YUV66.66118.6221.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 78.88%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 50 (19.92% from 255) = 19.92%
R=78.88%
G=1.20%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19835000.980.750.22345.5497.0139.41
HexC63320624B1615a6127
Octal30636201421132653214147
Binary1100011011110010011000101001011101101010110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60332; }

 p { color: rgb(198,3,50); }

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

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

 a { background-color: rgb(198,3,50); }

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

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

 span { border-color: rgb(198,3,50); }

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