#C04A02

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

Shades of Rust #C04A02

Tints of Rust #C04A02

Color information

#C04A02 (or 0xC04A02) is unknown color: approx Rust. HEX triplet: C0, 4A and 02. RGB value is (192,74,2). Sum of RGB (Red+Green+Blue) = 192+74+2=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A02 is #3FB5FD. Grayscale: #656565. Windows color (decimal): -4175358 or 150208. OLE color: 150208.

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

Color convert

RGB192742-
CMYK00.610.990.25
HSL22.74º97.94%38.04%-
HSV(B)22.74º98.96%75.29%-
XYZ24.216.111.89-
YUV101.0772.09192.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.64%
GREEN value IS 74 (29.30% from 255) = 27.61%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=71.64%
G=27.61%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19274200.610.990.2522.7497.9438.04
HexC04A203D6319176226
Octal3001122075143312714246
Binary110000001001010100111101110001111001101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04A02; }

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

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

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

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

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

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

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

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