#C5432F

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

Shades of Grenadier #C5432F

Tints of Grenadier #C5432F

Color information

#C5432F (or 0xC5432F) is unknown color: approx Grenadier. HEX triplet: C5, 43 and 2F. RGB value is (197,67,47). Sum of RGB (Red+Green+Blue) = 197+67+47=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C5432F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5432F is #3ABCD0. Grayscale: #676767. Windows color (decimal): -3849425 or 3097541. OLE color: 3097541.

HSL color Cylindrical-coordinate representation of color #C5432F: hue angle of 8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5432F is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB1976747-
CMYK00.660.760.23
HSL61.48%47.84%-
HSV(B)76.14%77.25%-
XYZ25.5516.094.45-
YUV103.5996.07194.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.34%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=63.34%
G=21.54%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197674700.660.760.23861.4847.84
HexC5432F0424C1783d30
Octal30510357010211427107560
Binary110001011000011101111010000101001100101111000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5432F; }

 p { color: rgb(197,67,47); }

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

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

 a { background-color: rgb(197,67,47); }

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

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

 span { border-color: rgb(197,67,47); }

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