#C15138

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

Shades of Grenadier #C15138

Tints of Grenadier #C15138

Color information

#C15138 (or 0xC15138) is unknown color: approx Grenadier. HEX triplet: C1, 51 and 38. RGB value is (193,81,56). Sum of RGB (Red+Green+Blue) = 193+81+56=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C15138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15138 is #3EAEC7. Grayscale: #6F6F6F. Windows color (decimal): -4107976 or 3690945. OLE color: 3690945.

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

Color convert

RGB1938156-
CMYK00.580.710.24
HSL10.95º55.02%48.82%-
HSV(B)10.95º70.98%75.69%-
XYZ25.6517.515.77-
YUV111.6496.61186.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 56 (22.27% from 255) = 16.97%
R=58.48%
G=24.55%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193815600.580.710.2410.9555.0248.82
HexC1513803A4718b3731
Octal3011217007210730136761
Binary11000001101000111100001110101000111110001011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15138; }

 p { color: rgb(193,81,56); }

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

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

 a { background-color: rgb(193,81,56); }

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

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

 span { border-color: rgb(193,81,56); }

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