#C64B3F

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

Shades of Grenadier #C64B3F

Tints of Grenadier #C64B3F

Color information

#C64B3F (or 0xC64B3F) is unknown color: approx Grenadier. HEX triplet: C6, 4B and 3F. RGB value is (198,75,63). Sum of RGB (Red+Green+Blue) = 198+75+63=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64B3F is #39B4C0. Grayscale: #6E6E6E. Windows color (decimal): -3781825 or 4148166. OLE color: 4148166.

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

Color convert

RGB1987563-
CMYK00.620.680.22
HSL5.33º54.22%51.18%-
HSV(B)5.33º68.18%77.65%-
XYZ26.717.46.65-
YUV110.41101.25190.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.93%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 63 (25% from 255) = 18.75%
R=58.93%
G=22.32%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198756300.620.680.225.3354.2251.18
HexC64B3F03E441653633
Octal306113770761042656663
Binary1100011010010111111110111110100010010110101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64B3F; }

 p { color: rgb(198,75,63); }

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

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

 a { background-color: rgb(198,75,63); }

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

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

 span { border-color: rgb(198,75,63); }

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