#C34832

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

Shades of Grenadier #C34832

Tints of Grenadier #C34832

Color information

#C34832 (or 0xC34832) is unknown color: approx Grenadier. HEX triplet: C3, 48 and 32. RGB value is (195,72,50). Sum of RGB (Red+Green+Blue) = 195+72+50=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C34832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34832 is #3CB7CD. Grayscale: #6A6A6A. Windows color (decimal): -3979214 or 3295427. OLE color: 3295427.

HSL color Cylindrical-coordinate representation of color #C34832: hue angle of 9.1º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C34832 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB1957250-
CMYK00.630.740.24
HSL9.1º59.18%48.04%-
HSV(B)9.1º74.36%76.47%-
XYZ25.416.474.86-
YUV106.2796.25191.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.51%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 50 (19.92% from 255) = 15.77%
R=61.51%
G=22.71%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195725000.630.740.249.159.1848.04
HexC3483203F4A1893b30
Octal3031106207711230117360
Binary11000011100100011001001111111001010110001001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34832; }

 p { color: rgb(195,72,50); }

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

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

 a { background-color: rgb(195,72,50); }

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

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

 span { border-color: rgb(195,72,50); }

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