#b8490d

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

Shades of Rust #B8490D

Tints of Rust #B8490D

Color information

#B8490D (or 0xB8490D) is unknown color: approx Rust. HEX triplet: B8, 49 and 0D. RGB value is (184,73,13). Sum of RGB (Red+Green+Blue) = 184+73+13=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B8490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8490D is #47B6F2. Grayscale: #636363. Windows color (decimal): -4699891 or 870840. OLE color: 870840.

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

Color convert

RGB1847313-
CMYK00.600.930.28
HSL21.05º86.8%38.63%-
HSV(B)21.05º92.93%72.16%-
XYZ22.2214.982.1-
YUV99.3579.27188.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.15%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 13 (5.47% from 255) = 4.81%
R=68.15%
G=27.04%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184731300.600.930.2821.0586.838.63
HexB849D03C5D1C155727
Octal27011115074135342512747
Binary10111000100100111010111100101110111100101011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8490d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8490d; }

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

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

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

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

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

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

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

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