#C03F01

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

Shades of Rust #C03F01

Tints of Rust #C03F01

Color information

#C03F01 (or 0xC03F01) is unknown color: approx Rust. HEX triplet: C0, 3F and 01. RGB value is (192,63,1). Sum of RGB (Red+Green+Blue) = 192+63+1=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03F01 is #3FC0FE. Grayscale: #5E5E5E. Windows color (decimal): -4178175 or 81856. OLE color: 81856.

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

Color convert

RGB192631-
CMYK00.670.990.25
HSL19.48º98.96%37.84%-
HSV(B)19.48º99.48%75.29%-
XYZ23.5214.761.64-
YUV94.575.24197.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 75%
GREEN value IS 63 (25% from 255) = 24.61%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=75%
G=24.61%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19263100.670.990.2519.4898.9637.84
HexC03F10436319136326
Octal3007710103143312314346
Binary11000000111111101000011110001111001100111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03F01; }

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

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

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

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

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

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

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

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