#C04B1E

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

Shades of Rust #C04B1E

Tints of Rust #C04B1E

Color information

#C04B1E (or 0xC04B1E) is unknown color: approx Rust. HEX triplet: C0, 4B and 1E. RGB value is (192,75,30). Sum of RGB (Red+Green+Blue) = 192+75+30=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04B1E is #3FB4E1. Grayscale: #696969. Windows color (decimal): -4175074 or 1985472. OLE color: 1985472.

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

Color convert

RGB1927530-
CMYK00.610.840.25
HSL16.67º72.97%43.53%-
HSV(B)16.67º84.38%75.29%-
XYZ24.4916.333.09-
YUV104.8585.76190.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64.65%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=64.65%
G=25.25%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192753000.610.840.2516.6772.9743.53
HexC04B1E03D541911492c
Octal30011336075124312111154
Binary110000001001011111100111101101010011001100011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04B1E; }

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

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

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

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

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

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

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

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