#C34B3E

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

Shades of Grenadier #C34B3E

Tints of Grenadier #C34B3E

Color information

#C34B3E (or 0xC34B3E) is unknown color: approx Grenadier. HEX triplet: C3, 4B and 3E. RGB value is (195,75,62). Sum of RGB (Red+Green+Blue) = 195+75+62=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B3E is #3CB4C1. Grayscale: #6D6D6D. Windows color (decimal): -3978434 or 4082627. OLE color: 4082627.

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

Color convert

RGB1957562-
CMYK00.620.680.24
HSL5.86º52.57%50.39%-
HSV(B)5.86º68.21%76.47%-
XYZ25.8916.986.47-
YUV109.4101.26189.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.73%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 62 (24.61% from 255) = 18.67%
R=58.73%
G=22.59%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195756200.620.680.245.8652.5750.39
HexC34B3E03E441863532
Octal303113760761043066562
Binary1100001110010111111100111110100010011000110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B3E; }

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

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

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

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

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

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

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

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