#C0583B

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

Shades of Grenadier #C0583B

Tints of Grenadier #C0583B

Color information

#C0583B (or 0xC0583B) is unknown color: approx Grenadier. HEX triplet: C0, 58 and 3B. RGB value is (192,88,59). Sum of RGB (Red+Green+Blue) = 192+88+59=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0583B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0583B is #3FA7C4. Grayscale: #747474. Windows color (decimal): -4171717 or 3889344. OLE color: 3889344.

HSL color Cylindrical-coordinate representation of color #C0583B: hue angle of 13.08º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0583B is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1928859-
CMYK00.540.690.25
HSL13.08º52.99%49.22%-
HSV(B)13.08º69.27%75.29%-
XYZ26.0218.56.34-
YUV115.7995.96182.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.64%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=56.64%
G=25.96%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192885900.540.690.2513.0852.9949.22
HexC0583B0364519d3531
Octal3001307306610531156561
Binary11000000101100011101101101101000101110011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0583B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0583B; }

 p { color: rgb(192,88,59); }

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

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

 a { background-color: rgb(192,88,59); }

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

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

 span { border-color: rgb(192,88,59); }

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