#C04435

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

Shades of Grenadier #C04435

Tints of Grenadier #C04435

Color information

#C04435 (or 0xC04435) is unknown color: approx Grenadier. HEX triplet: C0, 44 and 35. RGB value is (192,68,53). Sum of RGB (Red+Green+Blue) = 192+68+53=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C04435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04435 is #3FBBCA. Grayscale: #676767. Windows color (decimal): -4176843 or 3491008. OLE color: 3491008.

HSL color Cylindrical-coordinate representation of color #C04435: hue angle of 6.47º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C04435 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1926853-
CMYK00.650.720.25
HSL6.47º56.73%48.04%-
HSV(B)6.47º72.4%75.29%-
XYZ24.4515.65.09-
YUV103.3799.58191.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.34%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=61.34%
G=21.73%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192685300.650.720.256.4756.7348.04
HexC04435041481963930
Octal3001046501011103167160
Binary11000000100010011010101000001100100011001110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04435; }

 p { color: rgb(192,68,53); }

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

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

 a { background-color: rgb(192,68,53); }

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

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

 span { border-color: rgb(192,68,53); }

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