#C74712

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

Shades of Rust #C74712

Tints of Rust #C74712

Color information

#C74712 (or 0xC74712) is unknown color: approx Rust. HEX triplet: C7, 47 and 12. RGB value is (199,71,18). Sum of RGB (Red+Green+Blue) = 199+71+18=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C74712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74712 is #38B8ED. Grayscale: #676767. Windows color (decimal): -3717358 or 1198023. OLE color: 1198023.

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

Color convert

RGB1997118-
CMYK00.640.910.22
HSL17.57º83.41%42.55%-
HSV(B)17.57º90.95%78.04%-
XYZ25.9216.692.43-
YUV103.2379.91196.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.10%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 18 (7.42% from 255) = 6.25%
R=69.10%
G=24.65%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199711800.640.910.2217.5783.4142.55
HexC747120405B1612532b
Octal307107220100133262212353
Binary1100011110001111001001000000101101110110100101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74712; }

 p { color: rgb(199,71,18); }

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

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

 a { background-color: rgb(199,71,18); }

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

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

 span { border-color: rgb(199,71,18); }

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