#C1442D

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

Shades of Grenadier #C1442D

Tints of Grenadier #C1442D

Color information

#C1442D (or 0xC1442D) is unknown color: approx Grenadier. HEX triplet: C1, 44 and 2D. RGB value is (193,68,45). Sum of RGB (Red+Green+Blue) = 193+68+45=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1442D is #3EBBD2. Grayscale: #666666. Windows color (decimal): -4111315 or 2966721. OLE color: 2966721.

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

Color convert

RGB1936845-
CMYK00.650.770.24
HSL9.32º62.18%46.67%-
HSV(B)9.32º76.68%75.69%-
XYZ24.5315.664.21-
YUV102.7595.41192.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.07%
GREEN value IS 68 (26.95% from 255) = 22.22%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=63.07%
G=22.22%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193684500.650.770.249.3262.1846.67
HexC1442D0414D1893e2f
Octal30110455010111530117657
Binary110000011000100101101010000011001101110001001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1442D; }

 p { color: rgb(193,68,45); }

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

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

 a { background-color: rgb(193,68,45); }

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

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

 span { border-color: rgb(193,68,45); }

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