#C0400F

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

Shades of Rust #C0400F

Tints of Rust #C0400F

Color information

#C0400F (or 0xC0400F) is unknown color: approx Rust. HEX triplet: C0, 40 and 0F. RGB value is (192,64,15). Sum of RGB (Red+Green+Blue) = 192+64+15=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0400F is #3FBFF0. Grayscale: #616161. Windows color (decimal): -4177905 or 999616. OLE color: 999616.

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

Color convert

RGB1926415-
CMYK00.670.920.25
HSL16.61º85.51%40.59%-
HSV(B)16.61º92.19%75.29%-
XYZ23.6614.912.08-
YUV96.6981.91195.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.85%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 15 (6.25% from 255) = 5.54%
R=70.85%
G=23.62%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192641500.670.920.2516.6185.5140.59
HexC040F0435C19115629
Octal300100170103134312112651
Binary110000001000000111101000011101110011001100011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0400F; }

 p { color: rgb(192,64,15); }

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

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

 a { background-color: rgb(192,64,15); }

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

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

 span { border-color: rgb(192,64,15); }

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