#C03D03

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

Shades of Rust #C03D03

Tints of Rust #C03D03

Color information

#C03D03 (or 0xC03D03) is unknown color: approx Rust. HEX triplet: C0, 3D and 03. RGB value is (192,61,3). Sum of RGB (Red+Green+Blue) = 192+61+3=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D03 is #3FC2FC. Grayscale: #5D5D5D. Windows color (decimal): -4178685 or 212416. OLE color: 212416.

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

Color convert

RGB192613-
CMYK00.680.980.25
HSL18.41º96.92%38.24%-
HSV(B)18.41º98.44%75.29%-
XYZ23.4214.551.66-
YUV93.5676.9198.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 75%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 3 (1.56% from 255) = 1.17%
R=75%
G=23.83%
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
Decimal19261300.680.980.2518.4196.9238.24
HexC03D30446219126126
Octal3007530104142312214146
Binary110000001111011101000100110001011001100101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03D03; }

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

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

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

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

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

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

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

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