#C04C1E

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

Shades of Rust #C04C1E

Tints of Rust #C04C1E

Color information

#C04C1E (or 0xC04C1E) is unknown color: approx Rust. HEX triplet: C0, 4C and 1E. RGB value is (192,76,30). Sum of RGB (Red+Green+Blue) = 192+76+30=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C1E is #3FB3E1. Grayscale: #696969. Windows color (decimal): -4174818 or 1985728. OLE color: 1985728.

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

Color convert

RGB1927630-
CMYK00.600.840.25
HSL17.04º72.97%43.53%-
HSV(B)17.04º84.38%75.29%-
XYZ24.5616.473.11-
YUV105.4485.43189.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.43%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 30 (12.11% from 255) = 10.07%
R=64.43%
G=25.50%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192763000.600.840.2517.0472.9743.53
HexC04C1E03C541911492c
Octal30011436074124312111154
Binary110000001001100111100111100101010011001100011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04C1E; }

 p { color: rgb(192,76,30); }

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

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

 a { background-color: rgb(192,76,30); }

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

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

 span { border-color: rgb(192,76,30); }

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