#c64536

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

Shades of Grenadier #C64536

Tints of Grenadier #C64536

Color information

#C64536 (or 0xC64536) is unknown color: approx Grenadier. HEX triplet: C6, 45 and 36. RGB value is (198,69,54). Sum of RGB (Red+Green+Blue) = 198+69+54=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C64536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64536 is #39BAC9. Grayscale: #6A6A6A. Windows color (decimal): -3783370 or 3556806. OLE color: 3556806.

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

Color convert

RGB1986954-
CMYK00.650.730.22
HSL6.25º57.14%49.41%-
HSV(B)6.25º72.73%77.65%-
XYZ26.0816.535.31-
YUV105.8698.74193.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.68%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=61.68%
G=21.50%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198695400.650.730.226.2557.1449.41
HexC64536041491663931
Octal3061056601011112667161
Binary11000110100010111011001000001100100110110110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64536; }

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

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

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

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

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

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

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

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