#B84000

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

Shades of Rust #B84000

Tints of Rust #B84000

Color information

#B84000 (or 0xB84000) is unknown color: approx Rust. HEX triplet: B8, 40 and 00. RGB value is (184,64,0). Sum of RGB (Red+Green+Blue) = 184+64+0=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B84000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84000 is #47BFFF. Grayscale: #5C5C5C. Windows color (decimal): -4702208 or 16568. OLE color: 16568.

HSL color Cylindrical-coordinate representation of color #B84000: hue angle of 20.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B84000 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB184640-
CMYK00.6510.28
HSL20.87º100%36.08%-
HSV(B)20.87º100%72.16%-
XYZ21.613.861.54-
YUV92.5875.76193.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 74.19%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.19%
G=25.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18464000.6510.2820.8710036.08
HexB8400041641C156424
Octal27010000101144342514444
Binary101110001000000001000001110010011100101011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84000; }

 p { color: rgb(184,64,0); }

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

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

 a { background-color: rgb(184,64,0); }

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

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

 span { border-color: rgb(184,64,0); }

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