#C84538

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

Shades of Grenadier #C84538

Tints of Grenadier #C84538

Color information

#C84538 (or 0xC84538) is unknown color: approx Grenadier. HEX triplet: C8, 45 and 38. RGB value is (200,69,56). Sum of RGB (Red+Green+Blue) = 200+69+56=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C84538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84538 is #37BAC7. Grayscale: #6A6A6A. Windows color (decimal): -3652296 or 3687880. OLE color: 3687880.

HSL color Cylindrical-coordinate representation of color #C84538: hue angle of 5.42º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C84538 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB2006956-
CMYK00.660.720.22
HSL5.42º56.69%50.2%-
HSV(B)5.42º72%78.43%-
XYZ26.6616.825.58-
YUV106.6999.4194.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.54%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 56 (22.27% from 255) = 17.23%
R=61.54%
G=21.23%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200695600.660.720.225.4256.6950.2
HexC84538042481653932
Octal3101057001021102657162
Binary11001000100010111100001000010100100010110101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84538; }

 p { color: rgb(200,69,56); }

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

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

 a { background-color: rgb(200,69,56); }

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

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

 span { border-color: rgb(200,69,56); }

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