#C04B0B

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

Shades of Rust #C04B0B

Tints of Rust #C04B0B

Color information

#C04B0B (or 0xC04B0B) is unknown color: approx Rust. HEX triplet: C0, 4B and 0B. RGB value is (192,75,11). Sum of RGB (Red+Green+Blue) = 192+75+11=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C04B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04B0B is #3FB4F4. Grayscale: #676767. Windows color (decimal): -4175093 or 740288. OLE color: 740288.

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

Color convert

RGB1927511-
CMYK00.610.940.25
HSL21.22º89.16%39.8%-
HSV(B)21.22º94.27%75.29%-
XYZ24.3116.262.17-
YUV102.6976.26191.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.06%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 11 (4.69% from 255) = 3.96%
R=69.06%
G=26.98%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192751100.610.940.2521.2289.1639.8
HexC04BB03D5E19155928
Octal30011313075136312513150
Binary11000000100101110110111101101111011001101011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04B0B; }

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

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

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

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

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

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

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

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