#C24634

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

Shades of Grenadier #C24634

Tints of Grenadier #C24634

Color information

#C24634 (or 0xC24634) is unknown color: approx Grenadier. HEX triplet: C2, 46 and 34. RGB value is (194,70,52). Sum of RGB (Red+Green+Blue) = 194+70+52=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C24634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24634 is #3DB9CB. Grayscale: #696969. Windows color (decimal): -4045260 or 3425986. OLE color: 3425986.

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

Color convert

RGB1947052-
CMYK00.640.730.24
HSL7.61º57.72%48.24%-
HSV(B)7.61º73.2%76.08%-
XYZ25.0616.15.04-
YUV105.0298.08191.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.39%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 52 (20.70% from 255) = 16.46%
R=61.39%
G=22.15%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194705200.640.730.247.6157.7248.24
HexC24634040491883a30
Octal30210664010011130107260
Binary110000101000110110100010000001001001110001000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24634; }

 p { color: rgb(194,70,52); }

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

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

 a { background-color: rgb(194,70,52); }

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

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

 span { border-color: rgb(194,70,52); }

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