#C3442D

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

Shades of Grenadier #C3442D

Tints of Grenadier #C3442D

Color information

#C3442D (or 0xC3442D) is unknown color: approx Grenadier. HEX triplet: C3, 44 and 2D. RGB value is (195,68,45). Sum of RGB (Red+Green+Blue) = 195+68+45=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3442D is #3CBBD2. Grayscale: #676767. Windows color (decimal): -3980243 or 2966723. OLE color: 2966723.

HSL color Cylindrical-coordinate representation of color #C3442D: hue angle of 9.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3442D is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB1956845-
CMYK00.650.770.24
HSL9.2º62.5%47.06%-
HSV(B)9.2º76.92%76.47%-
XYZ25.0515.934.24-
YUV103.3595.08193.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 63.31%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 45 (17.97% from 255) = 14.61%
R=63.31%
G=22.08%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195684500.650.770.249.262.547.06
HexC3442D0414D1893e2f
Octal30310455010111530117657
Binary110000111000100101101010000011001101110001001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3442D; }

 p { color: rgb(195,68,45); }

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

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

 a { background-color: rgb(195,68,45); }

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

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

 span { border-color: rgb(195,68,45); }

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