#B9490D

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

Shades of Rust #B9490D

Tints of Rust #B9490D

Color information

#B9490D (or 0xB9490D) is unknown color: approx Rust. HEX triplet: B9, 49 and 0D. RGB value is (185,73,13). Sum of RGB (Red+Green+Blue) = 185+73+13=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B9490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9490D is #46B6F2. Grayscale: #646464. Windows color (decimal): -4634355 or 870841. OLE color: 870841.

HSL color Cylindrical-coordinate representation of color #B9490D: hue angle of 20.93º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9490D is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB1857313-
CMYK00.610.930.27
HSL20.93º86.87%38.82%-
HSV(B)20.93º92.97%72.55%-
XYZ22.4615.112.11-
YUV99.6579.11188.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.27%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 13 (5.47% from 255) = 4.80%
R=68.27%
G=26.94%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185731300.610.930.2720.9386.8738.82
HexB949D03D5D1B155727
Octal27111115075135332512747
Binary10111001100100111010111101101110111011101011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9490D; }

 p { color: rgb(185,73,13); }

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

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

 a { background-color: rgb(185,73,13); }

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

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

 span { border-color: rgb(185,73,13); }

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