#C74C15

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

Shades of Rust #C74C15

Tints of Rust #C74C15

Color information

#C74C15 (or 0xC74C15) is unknown color: approx Rust. HEX triplet: C7, 4C and 15. RGB value is (199,76,21). Sum of RGB (Red+Green+Blue) = 199+76+21=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74C15 is #38B3EA. Grayscale: #6A6A6A. Windows color (decimal): -3716075 or 1395911. OLE color: 1395911.

HSL color Cylindrical-coordinate representation of color #C74C15: hue angle of 18.54º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C74C15 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB1997621-
CMYK00.620.890.22
HSL18.54º80.91%43.14%-
HSV(B)18.54º89.45%78.04%-
XYZ26.2717.372.68-
YUV106.5179.75193.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.23%
GREEN value IS 76 (30.08% from 255) = 25.68%
BLUE value IS 21 (8.59% from 255) = 7.09%
R=67.23%
G=25.68%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199762100.620.890.2218.5480.9143.14
HexC74C1503E591613512b
Octal30711425076131262312153
Binary110001111001100101010111110101100110110100111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74C15; }

 p { color: rgb(199,76,21); }

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

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

 a { background-color: rgb(199,76,21); }

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

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

 span { border-color: rgb(199,76,21); }

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