#C34033

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

Shades of Grenadier #C34033

Tints of Grenadier #C34033

Color information

#C34033 (or 0xC34033) is unknown color: approx Grenadier. HEX triplet: C3, 40 and 33. RGB value is (195,64,51). Sum of RGB (Red+Green+Blue) = 195+64+51=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C34033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34033 is #3CBFCC. Grayscale: #656565. Windows color (decimal): -3981261 or 3358915. OLE color: 3358915.

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

Color convert

RGB1956451-
CMYK00.670.740.24
HSL5.42º58.54%48.24%-
HSV(B)5.42º73.85%76.47%-
XYZ24.9415.514.81-
YUV101.6999.4194.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.90%
GREEN value IS 64 (25.39% from 255) = 20.65%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=62.90%
G=20.65%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195645100.670.740.245.4258.5448.24
HexC340330434A1853b30
Octal3031006301031123057360
Binary11000011100000011001101000011100101011000101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34033; }

 p { color: rgb(195,64,51); }

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

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

 a { background-color: rgb(195,64,51); }

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

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

 span { border-color: rgb(195,64,51); }

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