#C1493D

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

Shades of Grenadier #C1493D

Tints of Grenadier #C1493D

Color information

#C1493D (or 0xC1493D) is unknown color: approx Grenadier. HEX triplet: C1, 49 and 3D. RGB value is (193,73,61). Sum of RGB (Red+Green+Blue) = 193+73+61=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C1493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1493D is #3EB6C2. Grayscale: #6B6B6B. Windows color (decimal): -4110019 or 4016577. OLE color: 4016577.

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

Color convert

RGB1937361-
CMYK00.620.680.24
HSL5.45º51.97%49.8%-
HSV(B)5.45º68.39%75.69%-
XYZ25.2216.446.26-
YUV107.51101.76188.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.02%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 61 (24.22% from 255) = 18.65%
R=59.02%
G=22.32%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193736100.620.680.245.4551.9749.8
HexC1493D03E441853432
Octal301111750761043056462
Binary1100000110010011111010111110100010011000101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1493D; }

 p { color: rgb(193,73,61); }

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

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

 a { background-color: rgb(193,73,61); }

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

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

 span { border-color: rgb(193,73,61); }

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