#C25036

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

Shades of Grenadier #C25036

Tints of Grenadier #C25036

Color information

#C25036 (or 0xC25036) is unknown color: approx Grenadier. HEX triplet: C2, 50 and 36. RGB value is (194,80,54). Sum of RGB (Red+Green+Blue) = 194+80+54=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C25036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25036 is #3DAFC9. Grayscale: #6F6F6F. Windows color (decimal): -4042698 or 3559618. OLE color: 3559618.

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

Color convert

RGB1948054-
CMYK00.590.720.24
HSL11.14º56.45%48.63%-
HSV(B)11.14º72.16%76.08%-
XYZ25.7817.475.5-
YUV111.1295.77187.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.15%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 54 (21.48% from 255) = 16.46%
R=59.15%
G=24.39%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194805400.590.720.2411.1456.4548.63
HexC2503603B4818b3831
Octal3021206607311030137061
Binary11000010101000011011001110111001000110001011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25036; }

 p { color: rgb(194,80,54); }

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

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

 a { background-color: rgb(194,80,54); }

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

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

 span { border-color: rgb(194,80,54); }

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