#b84b04

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

Shades of Rust #B84B04

Tints of Rust #B84B04

Color information

#B84B04 (or 0xB84B04) is unknown color: approx Rust. HEX triplet: B8, 4B and 04. RGB value is (184,75,4). Sum of RGB (Red+Green+Blue) = 184+75+4=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84B04 is #47B4FB. Grayscale: #636363. Windows color (decimal): -4699388 or 281528. OLE color: 281528.

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

Color convert

RGB184754-
CMYK00.590.980.28
HSL23.67º95.74%36.86%-
HSV(B)23.67º97.83%72.16%-
XYZ22.3115.231.88-
YUV99.574.11188.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.96%
GREEN value IS 75 (29.69% from 255) = 28.52%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=69.96%
G=28.52%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18475400.590.980.2823.6795.7436.86
HexB84B403B621C186025
Octal2701134073142343014045
Binary1011100010010111000111011110001011100110001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84b04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84b04; }

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

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

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

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

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

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

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

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