#C04A19

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

Shades of Rust #C04A19

Tints of Rust #C04A19

Color information

#C04A19 (or 0xC04A19) is unknown color: approx Rust. HEX triplet: C0, 4A and 19. RGB value is (192,74,25). Sum of RGB (Red+Green+Blue) = 192+74+25=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A19 is #3FB5E6. Grayscale: #686868. Windows color (decimal): -4175335 or 1657536. OLE color: 1657536.

HSL color Cylindrical-coordinate representation of color #C04A19: hue angle of 17.6º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C04A19 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB1927425-
CMYK00.610.870.25
HSL17.6º76.96%42.55%-
HSV(B)17.6º86.98%75.29%-
XYZ24.3616.172.76-
YUV103.783.59190.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.98%
GREEN value IS 74 (29.30% from 255) = 25.43%
BLUE value IS 25 (10.16% from 255) = 8.59%
R=65.98%
G=25.43%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192742500.610.870.2517.676.9642.55
HexC04A1903D5719124d2b
Octal30011231075127312211553
Binary110000001001010110010111101101011111001100101001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04A19; }

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

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

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

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

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

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

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

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