#C34339

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

Shades of Grenadier #C34339

Tints of Grenadier #C34339

Color information

#C34339 (or 0xC34339) is unknown color: approx Grenadier. HEX triplet: C3, 43 and 39. RGB value is (195,67,57). Sum of RGB (Red+Green+Blue) = 195+67+57=319 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.13% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 195 - color contains mainly: red. Hex color #C34339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34339 is #3CBCC6. Grayscale: #686868. Windows color (decimal): -3980487 or 3752899. OLE color: 3752899.

HSL color Cylindrical-coordinate representation of color #C34339: hue angle of 4.35º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C34339 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1956757-
CMYK00.660.710.24
HSL4.35º54.76%49.41%-
HSV(B)4.35º70.77%76.47%-
XYZ25.2515.915.61-
YUV104.13101.41192.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 61.13%
GREEN value IS 67 (26.56% from 255) = 21.00%
BLUE value IS 57 (22.66% from 255) = 17.87%
R=61.13%
G=21.00%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195675700.660.710.244.3554.7649.41
HexC34339042471843731
Octal3031037101021073046761
Binary11000011100001111100101000010100011111000100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34339; }

 p { color: rgb(195,67,57); }

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

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

 a { background-color: rgb(195,67,57); }

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

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

 span { border-color: rgb(195,67,57); }

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