#B84B0B

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

Shades of Rust #B84B0B

Tints of Rust #B84B0B

Color information

#B84B0B (or 0xB84B0B) is unknown color: approx Rust. HEX triplet: B8, 4B and 0B. RGB value is (184,75,11). Sum of RGB (Red+Green+Blue) = 184+75+11=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84B0B is #47B4F4. Grayscale: #646464. Windows color (decimal): -4699381 or 740280. OLE color: 740280.

HSL color Cylindrical-coordinate representation of color #B84B0B: hue angle of 22.2º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B84B0B is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB1847511-
CMYK00.590.940.28
HSL22.2º88.72%38.24%-
HSV(B)22.2º94.02%72.16%-
XYZ22.3415.252.08-
YUV100.377.61187.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.15%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 11 (4.69% from 255) = 4.07%
R=68.15%
G=27.78%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184751100.590.940.2822.288.7238.24
HexB84BB03B5E1C165926
Octal27011313073136342613146
Binary10111000100101110110111011101111011100101101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84B0B; }

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

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

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

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

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

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

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

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