#C03E03

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

Shades of Rust #C03E03

Tints of Rust #C03E03

Color information

#C03E03 (or 0xC03E03) is unknown color: approx Rust. HEX triplet: C0, 3E and 03. RGB value is (192,62,3). Sum of RGB (Red+Green+Blue) = 192+62+3=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E03 is #3FC1FC. Grayscale: #5E5E5E. Windows color (decimal): -4178429 or 212672. OLE color: 212672.

HSL color Cylindrical-coordinate representation of color #C03E03: hue angle of 18.73º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C03E03 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB192623-
CMYK00.680.980.25
HSL18.73º96.92%38.24%-
HSV(B)18.73º98.44%75.29%-
XYZ23.4814.661.68-
YUV94.1476.57197.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 74.71%
GREEN value IS 62 (24.61% from 255) = 24.12%
BLUE value IS 3 (1.56% from 255) = 1.17%
R=74.71%
G=24.12%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19262300.680.980.2518.7396.9238.24
HexC03E30446219136126
Octal3007630104142312314146
Binary110000001111101101000100110001011001100111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03E03; }

 p { color: rgb(192,62,3); }

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

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

 a { background-color: rgb(192,62,3); }

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

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

 span { border-color: rgb(192,62,3); }

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