#C0420F

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

Shades of Rust #C0420F

Tints of Rust #C0420F

Color information

#C0420F (or 0xC0420F) is unknown color: approx Rust. HEX triplet: C0, 42 and 0F. RGB value is (192,66,15). Sum of RGB (Red+Green+Blue) = 192+66+15=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0420F is #3FBDF0. Grayscale: #626262. Windows color (decimal): -4177393 or 1000128. OLE color: 1000128.

HSL color Cylindrical-coordinate representation of color #C0420F: hue angle of 17.29º 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 #C0420F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB1926615-
CMYK00.660.920.25
HSL17.29º85.51%40.59%-
HSV(B)17.29º92.19%75.29%-
XYZ23.7715.142.12-
YUV97.8681.24195.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.33%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 15 (6.25% from 255) = 5.49%
R=70.33%
G=24.18%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192661500.660.920.2517.2985.5140.59
HexC042F0425C19115629
Octal300102170102134312112651
Binary110000001000010111101000010101110011001100011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0420F; }

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

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

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

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

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

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

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

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