#C1503A

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

Shades of Grenadier #C1503A

Tints of Grenadier #C1503A

Color information

#C1503A (or 0xC1503A) is unknown color: approx Grenadier. HEX triplet: C1, 50 and 3A. RGB value is (193,80,58). Sum of RGB (Red+Green+Blue) = 193+80+58=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C1503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1503A is #3EAFC5. Grayscale: #6F6F6F. Windows color (decimal): -4108230 or 3821761. OLE color: 3821761.

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

Color convert

RGB1938058-
CMYK00.590.700.24
HSL9.78º53.78%49.22%-
HSV(B)9.78º69.95%75.69%-
XYZ25.6217.386.01-
YUV111.2897.94186.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.31%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=58.31%
G=24.17%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193805800.590.700.249.7853.7849.22
HexC1503A03B4618a3631
Octal3011207207310630126661
Binary11000001101000011101001110111000110110001010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1503A; }

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

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

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

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

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

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

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

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