#C14633

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

Shades of Grenadier #C14633

Tints of Grenadier #C14633

Color information

#C14633 (or 0xC14633) is unknown color: approx Grenadier. HEX triplet: C1, 46 and 33. RGB value is (193,70,51). Sum of RGB (Red+Green+Blue) = 193+70+51=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C14633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14633 is #3EB9CC. Grayscale: #686868. Windows color (decimal): -4110797 or 3360449. OLE color: 3360449.

HSL color Cylindrical-coordinate representation of color #C14633: hue angle of 8.03º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C14633 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB1937051-
CMYK00.640.740.24
HSL8.03º58.2%47.84%-
HSV(B)8.03º73.58%75.69%-
XYZ24.7815.964.91-
YUV104.6197.75191.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.46%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 51 (20.31% from 255) = 16.24%
R=61.46%
G=22.29%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193705100.640.740.248.0358.247.84
HexC146330404A1883a30
Octal30110663010011230107260
Binary110000011000110110011010000001001010110001000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14633; }

 p { color: rgb(193,70,51); }

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

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

 a { background-color: rgb(193,70,51); }

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

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

 span { border-color: rgb(193,70,51); }

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