#C1503F

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

Shades of Grenadier #C1503F

Tints of Grenadier #C1503F

Color information

#C1503F (or 0xC1503F) is unknown color: approx Grenadier. HEX triplet: C1, 50 and 3F. RGB value is (193,80,63). Sum of RGB (Red+Green+Blue) = 193+80+63=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1503F is #3EAFC0. Grayscale: #707070. Windows color (decimal): -4108225 or 4149441. OLE color: 4149441.

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

Color convert

RGB1938063-
CMYK00.590.670.24
HSL7.85º51.18%50.2%-
HSV(B)7.85º67.36%75.69%-
XYZ25.7617.436.71-
YUV111.85100.44185.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 63 (25% from 255) = 18.75%
R=57.44%
G=23.81%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193806300.590.670.247.8551.1850.2
HexC1503F03B431883332
Octal3011207707310330106362
Binary11000001101000011111101110111000011110001000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1503F; }

 p { color: rgb(193,80,63); }

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

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

 a { background-color: rgb(193,80,63); }

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

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

 span { border-color: rgb(193,80,63); }

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