#C04513

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

Shades of Rust #C04513

Tints of Rust #C04513

Color information

#C04513 (or 0xC04513) is unknown color: approx Rust. HEX triplet: C0, 45 and 13. RGB value is (192,69,19). Sum of RGB (Red+Green+Blue) = 192+69+19=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C04513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04513 is #3FBAEC. Grayscale: #646464. Windows color (decimal): -4176621 or 1263040. OLE color: 1263040.

HSL color Cylindrical-coordinate representation of color #C04513: hue angle of 17.34º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C04513 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1926919-
CMYK00.640.900.25
HSL17.34º81.99%41.37%-
HSV(B)17.34º90.1%75.29%-
XYZ23.9815.512.35-
YUV100.0882.25193.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.57%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 19 (7.81% from 255) = 6.79%
R=68.57%
G=24.64%
B=6.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192691900.640.900.2517.3481.9941.37
HexC045130405A19115229
Octal300105230100132312112251
Binary1100000010001011001101000000101101011001100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04513; }

 p { color: rgb(192,69,19); }

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

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

 a { background-color: rgb(192,69,19); }

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

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

 span { border-color: rgb(192,69,19); }

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