#C1553A

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

Shades of Grenadier #C1553A

Tints of Grenadier #C1553A

Color information

#C1553A (or 0xC1553A) is unknown color: approx Grenadier. HEX triplet: C1, 55 and 3A. RGB value is (193,85,58). Sum of RGB (Red+Green+Blue) = 193+85+58=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1553A is #3EAAC5. Grayscale: #727272. Windows color (decimal): -4106950 or 3823041. OLE color: 3823041.

HSL color Cylindrical-coordinate representation of color #C1553A: hue angle of 12º 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 #C1553A is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB1938558-
CMYK00.560.700.24
HSL12º53.78%49.22%-
HSV(B)12º69.95%75.69%-
XYZ2618.146.13-
YUV114.2196.28184.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 58 (23.05% from 255) = 17.26%
R=57.44%
G=25.30%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193855800.560.700.241253.7849.22
HexC1553A0384618c3631
Octal3011257207010630146661
Binary11000001101010111101001110001000110110001100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1553A; }

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

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

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

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

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

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

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

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