#C04520

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

Shades of Rust #C04520

Tints of Rust #C04520

Color information

#C04520 (or 0xC04520) is unknown color: approx Rust. HEX triplet: C0, 45 and 20. RGB value is (192,69,32). Sum of RGB (Red+Green+Blue) = 192+69+32=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C04520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04520 is #3FBADF. Grayscale: #656565. Windows color (decimal): -4176608 or 2115008. OLE color: 2115008.

HSL color Cylindrical-coordinate representation of color #C04520: hue angle of 13.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C04520 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1926932-
CMYK00.640.830.25
HSL13.88º71.43%43.92%-
HSV(B)13.88º83.33%75.29%-
XYZ24.1315.573.1-
YUV101.5688.75192.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.53%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 32 (12.89% from 255) = 10.92%
R=65.53%
G=23.55%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192693200.640.830.2513.8871.4343.92
HexC045200405319e472c
Octal300105400100123311610754
Binary1100000010001011000000100000010100111100111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04520; }

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

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

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

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

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

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

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

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