#C14B3F

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

Shades of Grenadier #C14B3F

Tints of Grenadier #C14B3F

Color information

#C14B3F (or 0xC14B3F) is unknown color: approx Grenadier. HEX triplet: C1, 4B and 3F. RGB value is (193,75,63). Sum of RGB (Red+Green+Blue) = 193+75+63=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14B3F is #3EB4C0. Grayscale: #6D6D6D. Windows color (decimal): -4109505 or 4148161. OLE color: 4148161.

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

Color convert

RGB1937563-
CMYK00.610.670.24
HSL5.54º51.18%50.2%-
HSV(B)5.54º67.36%75.69%-
XYZ25.4116.736.59-
YUV108.91102.09187.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.31%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 63 (25% from 255) = 19.03%
R=58.31%
G=22.66%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193756300.610.670.245.5451.1850.2
HexC14B3F03D431863332
Octal301113770751033066362
Binary1100000110010111111110111101100001111000110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B3F; }

 p { color: rgb(193,75,63); }

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

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

 a { background-color: rgb(193,75,63); }

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

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

 span { border-color: rgb(193,75,63); }

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