#C04002

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

Shades of Rust #C04002

Tints of Rust #C04002

Color information

#C04002 (or 0xC04002) is unknown color: approx Rust. HEX triplet: C0, 40 and 02. RGB value is (192,64,2). Sum of RGB (Red+Green+Blue) = 192+64+2=258 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.42% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 192 - color contains mainly: red. Hex color #C04002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04002 is #3FBFFD. Grayscale: #5F5F5F. Windows color (decimal): -4177918 or 147648. OLE color: 147648.

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

Color convert

RGB192642-
CMYK00.670.990.25
HSL19.58º97.94%38.04%-
HSV(B)19.58º98.96%75.29%-
XYZ23.5814.881.69-
YUV95.275.41197.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 74.42%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=74.42%
G=24.81%
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
Decimal19264200.670.990.2519.5897.9438.04
HexC04020436319146226
Octal30010020103143312414246
Binary1100000010000001001000011110001111001101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04002; }

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

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

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

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

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

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

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

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