#c60f32

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

Shades of Cardinal #C60F32

Tints of Cardinal #C60F32

Color information

#C60F32 (or 0xC60F32) is unknown color: approx Cardinal. HEX triplet: C6, 0F and 32. RGB value is (198,15,50). Sum of RGB (Red+Green+Blue) = 198+15+50=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60F32 is #39F0CD. Grayscale: #494949. Windows color (decimal): -3797198 or 3280838. OLE color: 3280838.

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

Color convert

RGB1981550-
CMYK00.920.750.22
HSL348.52º85.92%41.76%-
HSV(B)348.52º92.42%77.65%-
XYZ24.0412.584.18-
YUV73.71114.63216.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 75.29%
GREEN value IS 15 (6.25% from 255) = 5.70%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=75.29%
G=5.70%
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.22
SystemRedGreenBlueCMYKHSL
Decimal198155000.920.750.22348.5285.9241.76
HexC6F3205C4B1615d562a
Octal306176201341132653512652
Binary110001101111110010010111001001011101101010111011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c60f32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c60f32; }

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

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

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

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

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

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

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

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