#C34C33

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

Shades of Grenadier #C34C33

Tints of Grenadier #C34C33

Color information

#C34C33 (or 0xC34C33) is unknown color: approx Grenadier. HEX triplet: C3, 4C and 33. RGB value is (195,76,51). Sum of RGB (Red+Green+Blue) = 195+76+51=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34C33 is #3CB3CC. Grayscale: #6C6C6C. Windows color (decimal): -3978189 or 3361987. OLE color: 3361987.

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

Color convert

RGB1957651-
CMYK00.610.740.24
HSL10.42º58.54%48.24%-
HSV(B)10.42º73.85%76.47%-
XYZ25.6917.015.06-
YUV108.7395.42189.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 60.56%
GREEN value IS 76 (30.08% from 255) = 23.60%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=60.56%
G=23.60%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195765100.610.740.2410.4258.5448.24
HexC34C3303D4A18a3b30
Octal3031146307511230127360
Binary11000011100110011001101111011001010110001010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34C33; }

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

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

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

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

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

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

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

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