#C0511C

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

Shades of Rust #C0511C

Tints of Rust #C0511C

Color information

#C0511C (or 0xC0511C) is unknown color: approx Rust. HEX triplet: C0, 51 and 1C. RGB value is (192,81,28). Sum of RGB (Red+Green+Blue) = 192+81+28=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0511C is #3FAEE3. Grayscale: #6C6C6C. Windows color (decimal): -4173540 or 1855936. OLE color: 1855936.

HSL color Cylindrical-coordinate representation of color #C0511C: hue angle of 19.39º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0511C is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1928128-
CMYK00.580.850.25
HSL19.39º74.55%43.14%-
HSV(B)19.39º85.42%75.29%-
XYZ24.8917.183.1-
YUV108.1582.77187.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.79%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 28 (11.33% from 255) = 9.30%
R=63.79%
G=26.91%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192812800.580.850.2519.3974.5543.14
HexC0511C03A5519134b2b
Octal30012134072125312311353
Binary110000001010001111000111010101010111001100111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0511C; }

 p { color: rgb(192,81,28); }

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

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

 a { background-color: rgb(192,81,28); }

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

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

 span { border-color: rgb(192,81,28); }

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