#c60b35

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

Shades of Cardinal #C60B35

Tints of Cardinal #C60B35

Color information

#C60B35 (or 0xC60B35) is unknown color: approx Cardinal. HEX triplet: C6, 0B and 35. RGB value is (198,11,53). Sum of RGB (Red+Green+Blue) = 198+11+53=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60B35 is #39F4CA. Grayscale: #474747. Windows color (decimal): -3798219 or 3476422. OLE color: 3476422.

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

Color convert

RGB1981153-
CMYK00.940.730.22
HSL346.52º89.47%40.98%-
HSV(B)346.52º94.44%77.65%-
XYZ24.0512.54.51-
YUV71.7117.45218.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 75.57%
GREEN value IS 11 (4.69% from 255) = 4.20%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=75.57%
G=4.20%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198115300.940.730.22346.5289.4740.98
HexC6B3505E491615b5929
Octal306136501361112653313151
Binary110001101011110101010111101001001101101010110111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c60b35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c60b35; }

 p { color: rgb(198,11,53); }

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

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

 a { background-color: rgb(198,11,53); }

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

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

 span { border-color: rgb(198,11,53); }

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