#C04A3E

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

Shades of Grenadier #C04A3E

Tints of Grenadier #C04A3E

Color information

#C04A3E (or 0xC04A3E) is unknown color: approx Grenadier. HEX triplet: C0, 4A and 3E. RGB value is (192,74,62). Sum of RGB (Red+Green+Blue) = 192+74+62=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A3E is #3FB5C1. Grayscale: #6C6C6C. Windows color (decimal): -4175298 or 4082368. OLE color: 4082368.

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

Color convert

RGB1927462-
CMYK00.610.680.25
HSL5.54º51.18%49.8%-
HSV(B)5.54º67.71%75.29%-
XYZ25.0616.456.41-
YUV107.91102.09187.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.54%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 62 (24.61% from 255) = 18.90%
R=58.54%
G=22.56%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192746200.610.680.255.5451.1849.8
HexC04A3E03D441963332
Octal300112760751043166362
Binary1100000010010101111100111101100010011001110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04A3E; }

 p { color: rgb(192,74,62); }

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

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

 a { background-color: rgb(192,74,62); }

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

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

 span { border-color: rgb(192,74,62); }

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