#C61036

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

Shades of Cardinal #C61036

Tints of Cardinal #C61036

Color information

#C61036 (or 0xC61036) is unknown color: approx Cardinal. HEX triplet: C6, 10 and 36. RGB value is (198,16,54). Sum of RGB (Red+Green+Blue) = 198+16+54=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C61036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61036 is #39EFC9. Grayscale: #4A4A4A. Windows color (decimal): -3796938 or 3543238. OLE color: 3543238.

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

Color convert

RGB1981654-
CMYK00.920.730.22
HSL347.47º85.05%41.96%-
HSV(B)347.47º91.92%77.65%-
XYZ24.1412.644.66-
YUV74.75116.3215.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 73.88%
GREEN value IS 16 (6.64% from 255) = 5.97%
BLUE value IS 54 (21.48% from 255) = 20.15%
R=73.88%
G=5.97%
B=20.15%

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
Decimal198165400.920.730.22347.4785.0541.96
HexC6103605C491615b552a
Octal306206601341112653312552
Binary1100011010000110110010111001001001101101010110111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61036; }

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

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

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

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

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

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

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

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