#C61035

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

Shades of Cardinal #C61035

Tints of Cardinal #C61035

Color information

#C61035 (or 0xC61035) is unknown color: approx Cardinal. HEX triplet: C6, 10 and 35. RGB value is (198,16,53). Sum of RGB (Red+Green+Blue) = 198+16+53=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C61035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61035 is #39EFCA. Grayscale: #4A4A4A. Windows color (decimal): -3796939 or 3477702. OLE color: 3477702.

HSL color Cylindrical-coordinate representation of color #C61035: hue angle of 347.8º degrees, saturation: 0.85, 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 #C61035 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB1981653-
CMYK00.920.730.22
HSL347.8º85.05%41.96%-
HSV(B)347.8º91.92%77.65%-
XYZ24.1212.634.54-
YUV74.64115.8215.99-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 74.16%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=74.16%
G=5.99%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198165300.920.730.22347.885.0541.96
HexC6103505C491615c552a
Octal306206501341112653412552
Binary1100011010000110101010111001001001101101010111001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61035; }

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

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

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

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

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

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

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

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