#C04D1A

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

Shades of Rust #C04D1A

Tints of Rust #C04D1A

Color information

#C04D1A (or 0xC04D1A) is unknown color: approx Rust. HEX triplet: C0, 4D and 1A. RGB value is (192,77,26). Sum of RGB (Red+Green+Blue) = 192+77+26=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D1A is #3FB2E5. Grayscale: #696969. Windows color (decimal): -4174566 or 1723840. OLE color: 1723840.

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

Color convert

RGB1927726-
CMYK00.600.860.25
HSL18.43º76.15%42.75%-
HSV(B)18.43º86.46%75.29%-
XYZ24.5816.592.88-
YUV105.5783.1189.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.08%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 26 (10.55% from 255) = 8.81%
R=65.08%
G=26.10%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192772600.600.860.2518.4376.1542.75
HexC04D1A03C5619124c2b
Octal30011532074126312211453
Binary110000001001101110100111100101011011001100101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04D1A; }

 p { color: rgb(192,77,26); }

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

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

 a { background-color: rgb(192,77,26); }

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

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

 span { border-color: rgb(192,77,26); }

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