#C34C3E

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

Shades of Grenadier #C34C3E

Tints of Grenadier #C34C3E

Color information

#C34C3E (or 0xC34C3E) is unknown color: approx Grenadier. HEX triplet: C3, 4C and 3E. RGB value is (195,76,62). Sum of RGB (Red+Green+Blue) = 195+76+62=333 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.56% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C3E is #3CB3C1. Grayscale: #6E6E6E. Windows color (decimal): -3978178 or 4082883. OLE color: 4082883.

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

Color convert

RGB1957662-
CMYK00.610.680.24
HSL6.32º52.57%50.39%-
HSV(B)6.32º68.21%76.47%-
XYZ25.9617.126.49-
YUV109.98100.92188.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.56%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 62 (24.61% from 255) = 18.62%
R=58.56%
G=22.82%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195766200.610.680.246.3252.5750.39
HexC34C3E03D441863532
Octal303114760751043066562
Binary1100001110011001111100111101100010011000110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C3E; }

 p { color: rgb(195,76,62); }

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

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

 a { background-color: rgb(195,76,62); }

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

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

 span { border-color: rgb(195,76,62); }

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