#C24A32

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

Shades of Grenadier #C24A32

Tints of Grenadier #C24A32

Color information

#C24A32 (or 0xC24A32) is unknown color: approx Grenadier. HEX triplet: C2, 4A and 32. RGB value is (194,74,50). Sum of RGB (Red+Green+Blue) = 194+74+50=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A32 is #3DB5CD. Grayscale: #6B6B6B. Windows color (decimal): -4044238 or 3295938. OLE color: 3295938.

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

Color convert

RGB1947450-
CMYK00.620.740.24
HSL10º59.02%47.84%-
HSV(B)10º74.23%76.08%-
XYZ25.2716.64.89-
YUV107.1495.76189.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.01%
GREEN value IS 74 (29.30% from 255) = 23.27%
BLUE value IS 50 (19.92% from 255) = 15.72%
R=61.01%
G=23.27%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194745000.620.740.241059.0247.84
HexC24A3203E4A18a3b30
Octal3021126207611230127360
Binary11000010100101011001001111101001010110001010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24A32; }

 p { color: rgb(194,74,50); }

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

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

 a { background-color: rgb(194,74,50); }

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

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

 span { border-color: rgb(194,74,50); }

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