#C6412E

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

Shades of Grenadier #C6412E

Tints of Grenadier #C6412E

Color information

#C6412E (or 0xC6412E) is unknown color: approx Grenadier. HEX triplet: C6, 41 and 2E. RGB value is (198,65,46). Sum of RGB (Red+Green+Blue) = 198+65+46=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C6412E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6412E is #39BED1. Grayscale: #666666. Windows color (decimal): -3784402 or 3031494. OLE color: 3031494.

HSL color Cylindrical-coordinate representation of color #C6412E: hue angle of 7.5º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6412E is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB1986546-
CMYK00.670.770.22
HSL7.5º62.3%47.84%-
HSV(B)7.5º76.77%77.65%-
XYZ25.6715.984.32-
YUV102.696.06196.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.08%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 46 (18.36% from 255) = 14.89%
R=64.08%
G=21.04%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198654600.670.770.227.562.347.84
HexC6412E0434D1683e30
Octal30610156010311526107660
Binary110001101000001101110010000111001101101101000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6412E; }

 p { color: rgb(198,65,46); }

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

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

 a { background-color: rgb(198,65,46); }

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

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

 span { border-color: rgb(198,65,46); }

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