#C05312

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

Shades of Rust #C05312

Tints of Rust #C05312

Color information

#C05312 (or 0xC05312) is unknown color: approx Rust. HEX triplet: C0, 53 and 12. RGB value is (192,83,18). Sum of RGB (Red+Green+Blue) = 192+83+18=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C05312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05312 is #3FACED. Grayscale: #6C6C6C. Windows color (decimal): -4173038 or 1201088. OLE color: 1201088.

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

Color convert

RGB1928318-
CMYK00.570.910.25
HSL22.41º82.86%41.18%-
HSV(B)22.41º90.62%75.29%-
XYZ24.9417.442.62-
YUV108.1877.11187.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.53%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 18 (7.42% from 255) = 6.14%
R=65.53%
G=28.33%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192831800.570.910.2522.4182.8641.18
HexC053120395B19165329
Octal30012322071133312612351
Binary110000001010011100100111001101101111001101101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05312; }

 p { color: rgb(192,83,18); }

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

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

 a { background-color: rgb(192,83,18); }

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

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

 span { border-color: rgb(192,83,18); }

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