#C94B38

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

Shades of Grenadier #C94B38

Tints of Grenadier #C94B38

Color information

#C94B38 (or 0xC94B38) is unknown color: approx Grenadier. HEX triplet: C9, 4B and 38. RGB value is (201,75,56). Sum of RGB (Red+Green+Blue) = 201+75+56=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94B38 is #36B4C7. Grayscale: #6E6E6E. Windows color (decimal): -3585224 or 3689417. OLE color: 3689417.

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

Color convert

RGB2017556-
CMYK00.630.720.21
HSL7.86º57.31%50.39%-
HSV(B)7.86º72.14%78.82%-
XYZ27.3217.745.72-
YUV110.5197.24192.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.54%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=60.54%
G=22.59%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201755600.630.720.217.8657.3150.39
HexC94B3803F481583932
Octal3111137007711025107162
Binary11001001100101111100001111111001000101011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94B38; }

 p { color: rgb(201,75,56); }

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

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

 a { background-color: rgb(201,75,56); }

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

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

 span { border-color: rgb(201,75,56); }

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