#C24C3B

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

Shades of Grenadier #C24C3B

Tints of Grenadier #C24C3B

Color information

#C24C3B (or 0xC24C3B) is unknown color: approx Grenadier. HEX triplet: C2, 4C and 3B. RGB value is (194,76,59). Sum of RGB (Red+Green+Blue) = 194+76+59=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24C3B is #3DB3C4. Grayscale: #6D6D6D. Windows color (decimal): -4043717 or 3886274. OLE color: 3886274.

HSL color Cylindrical-coordinate representation of color #C24C3B: hue angle of 7.56º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C24C3B is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1947659-
CMYK00.610.700.24
HSL7.56º53.36%49.61%-
HSV(B)7.56º69.59%76.08%-
XYZ25.6216.956.06-
YUV109.3499.59188.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.97%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 59 (23.44% from 255) = 17.93%
R=58.97%
G=23.10%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194765900.610.700.247.5653.3649.61
HexC24C3B03D461883532
Octal3021147307510630106562
Binary11000010100110011101101111011000110110001000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24C3B; }

 p { color: rgb(194,76,59); }

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

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

 a { background-color: rgb(194,76,59); }

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

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

 span { border-color: rgb(194,76,59); }

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