#C03F02

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

Shades of Rust #C03F02

Tints of Rust #C03F02

Color information

#C03F02 (or 0xC03F02) is unknown color: approx Rust. HEX triplet: C0, 3F and 02. RGB value is (192,63,2). Sum of RGB (Red+Green+Blue) = 192+63+2=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03F02 is #3FC0FD. Grayscale: #5E5E5E. Windows color (decimal): -4178174 or 147392. OLE color: 147392.

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

Color convert

RGB192632-
CMYK00.670.990.25
HSL19.26º97.94%38.04%-
HSV(B)19.26º98.96%75.29%-
XYZ23.5314.771.67-
YUV94.6275.74197.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 74.71%
GREEN value IS 63 (25% from 255) = 24.51%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=74.71%
G=24.51%
B=0.78%

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
Decimal19263200.670.990.2519.2697.9438.04
HexC03F20436319136226
Octal3007720103143312314246
Binary110000001111111001000011110001111001100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03F02; }

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

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

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

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

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

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

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

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