#C03F0F

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

Shades of Rust #C03F0F

Tints of Rust #C03F0F

Color information

#C03F0F (or 0xC03F0F) is unknown color: approx Rust. HEX triplet: C0, 3F and 0F. RGB value is (192,63,15). Sum of RGB (Red+Green+Blue) = 192+63+15=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03F0F is #3FC0F0. Grayscale: #606060. Windows color (decimal): -4178161 or 999360. OLE color: 999360.

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

Color convert

RGB1926315-
CMYK00.670.920.25
HSL16.27º85.51%40.59%-
HSV(B)16.27º92.19%75.29%-
XYZ23.614.82.06-
YUV96.182.24196.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.11%
GREEN value IS 63 (25% from 255) = 23.33%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=71.11%
G=23.33%
B=5.56%

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
Decimal192631500.670.920.2516.2785.5140.59
HexC03FF0435C19105629
Octal30077170103134312012651
Binary11000000111111111101000011101110011001100001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03F0F; }

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

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

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

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

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

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

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

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