#C14A3C

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

Shades of Grenadier #C14A3C

Tints of Grenadier #C14A3C

Color information

#C14A3C (or 0xC14A3C) is unknown color: approx Grenadier. HEX triplet: C1, 4A and 3C. RGB value is (193,74,60). Sum of RGB (Red+Green+Blue) = 193+74+60=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14A3C is #3EB5C3. Grayscale: #6C6C6C. Windows color (decimal): -4109764 or 3951297. OLE color: 3951297.

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

Color convert

RGB1937460-
CMYK00.620.690.24
HSL6.32º52.57%49.61%-
HSV(B)6.32º68.91%75.69%-
XYZ25.2616.566.14-
YUV107.98100.92188.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.02%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 60 (23.83% from 255) = 18.35%
R=59.02%
G=22.63%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193746000.620.690.246.3252.5749.61
HexC14A3C03E451863532
Octal301112740761053066562
Binary1100000110010101111000111110100010111000110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14A3C; }

 p { color: rgb(193,74,60); }

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

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

 a { background-color: rgb(193,74,60); }

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

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

 span { border-color: rgb(193,74,60); }

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