#C04715

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

Shades of Rust #C04715

Tints of Rust #C04715

Color information

#C04715 (or 0xC04715) is unknown color: approx Rust. HEX triplet: C0, 47 and 15. RGB value is (192,71,21). Sum of RGB (Red+Green+Blue) = 192+71+21=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C04715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04715 is #3FB8EA. Grayscale: #656565. Windows color (decimal): -4176107 or 1394624. OLE color: 1394624.

HSL color Cylindrical-coordinate representation of color #C04715: hue angle of 17.54º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C04715 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1927121-
CMYK00.630.890.25
HSL17.54º80.28%41.76%-
HSV(B)17.54º89.06%75.29%-
XYZ24.1315.772.48-
YUV101.4882.59192.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 67.61%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 21 (8.59% from 255) = 7.39%
R=67.61%
G=25%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192712100.630.890.2517.5480.2841.76
HexC0471503F591912502a
Octal30010725077131312212052
Binary110000001000111101010111111101100111001100101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04715; }

 p { color: rgb(192,71,21); }

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

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

 a { background-color: rgb(192,71,21); }

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

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

 span { border-color: rgb(192,71,21); }

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