#C34635

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

Shades of Grenadier #C34635

Tints of Grenadier #C34635

Color information

#C34635 (or 0xC34635) is unknown color: approx Grenadier. HEX triplet: C3, 46 and 35. RGB value is (195,70,53). Sum of RGB (Red+Green+Blue) = 195+70+53=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C34635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34635 is #3CB9CA. Grayscale: #696969. Windows color (decimal): -3979723 or 3491523. OLE color: 3491523.

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

Color convert

RGB1957053-
CMYK00.640.730.24
HSL7.18º57.26%48.63%-
HSV(B)7.18º72.82%76.47%-
XYZ25.3416.245.17-
YUV105.4498.41191.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.32%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 53 (21.09% from 255) = 16.67%
R=61.32%
G=22.01%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195705300.640.730.247.1857.2648.63
HexC34635040491873931
Octal3031066501001113077161
Binary11000011100011011010101000000100100111000111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34635; }

 p { color: rgb(195,70,53); }

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

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

 a { background-color: rgb(195,70,53); }

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

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

 span { border-color: rgb(195,70,53); }

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