#C74208

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

Shades of Rust #C74208

Tints of Rust #C74208

Color information

#C74208 (or 0xC74208) is unknown color: approx Rust. HEX triplet: C7, 42 and 08. RGB value is (199,66,8). Sum of RGB (Red+Green+Blue) = 199+66+8=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C74208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74208 is #38BDF7. Grayscale: #636363. Windows color (decimal): -3718648 or 541383. OLE color: 541383.

HSL color Cylindrical-coordinate representation of color #C74208: hue angle of 18.22º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C74208 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB199668-
CMYK00.670.960.22
HSL18.22º92.27%40.59%-
HSV(B)18.22º95.98%78.04%-
XYZ25.5516.061.98-
YUV99.1676.56199.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 72.89%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 8 (3.52% from 255) = 2.93%
R=72.89%
G=24.18%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19966800.670.960.2218.2292.2740.59
HexC74280436016125c29
Octal307102100103140262213451
Binary110001111000010100001000011110000010110100101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74208; }

 p { color: rgb(199,66,8); }

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

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

 a { background-color: rgb(199,66,8); }

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

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

 span { border-color: rgb(199,66,8); }

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