#C3513D

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

Shades of Grenadier #C3513D

Tints of Grenadier #C3513D

Color information

#C3513D (or 0xC3513D) is unknown color: approx Grenadier. HEX triplet: C3, 51 and 3D. RGB value is (195,81,61). Sum of RGB (Red+Green+Blue) = 195+81+61=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C3513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3513D is #3CAEC2. Grayscale: #707070. Windows color (decimal): -3976899 or 4018627. OLE color: 4018627.

HSL color Cylindrical-coordinate representation of color #C3513D: hue angle of 8.96º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3513D is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB1958161-
CMYK00.580.690.24
HSL8.96º52.76%50.2%-
HSV(B)8.96º68.72%76.47%-
XYZ26.2917.826.47-
YUV112.8198.77186.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.86%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 61 (24.22% from 255) = 18.10%
R=57.86%
G=24.04%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195816100.580.690.248.9652.7650.2
HexC3513D03A451893532
Octal3031217507210530116562
Binary11000011101000111110101110101000101110001001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3513D; }

 p { color: rgb(195,81,61); }

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

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

 a { background-color: rgb(195,81,61); }

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

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

 span { border-color: rgb(195,81,61); }

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