#C34535

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

Shades of Grenadier #C34535

Tints of Grenadier #C34535

Color information

#C34535 (or 0xC34535) is unknown color: approx Grenadier. HEX triplet: C3, 45 and 35. RGB value is (195,69,53). Sum of RGB (Red+Green+Blue) = 195+69+53=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C34535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34535 is #3CBACA. Grayscale: #696969. Windows color (decimal): -3979979 or 3491267. OLE color: 3491267.

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

Color convert

RGB1956953-
CMYK00.650.730.24
HSL6.76º57.26%48.63%-
HSV(B)6.76º72.82%76.47%-
XYZ25.2816.125.15-
YUV104.8598.74192.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.51%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=61.51%
G=21.77%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195695300.650.730.246.7657.2648.63
HexC34535041491873931
Octal3031056501011113077161
Binary11000011100010111010101000001100100111000111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34535; }

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

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

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

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

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

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

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

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