#B82E05

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

Shades of Rust #B82E05

Tints of Rust #B82E05

Color information

#B82E05 (or 0xB82E05) is unknown color: approx Rust. HEX triplet: B8, 2E and 05. RGB value is (184,46,5). Sum of RGB (Red+Green+Blue) = 184+46+5=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82E05 is #47D1FA. Grayscale: #525252. Windows color (decimal): -4706811 or 339640. OLE color: 339640.

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

Color convert

RGB184465-
CMYK00.750.970.28
HSL13.74º94.71%37.06%-
HSV(B)13.74º97.28%72.16%-
XYZ20.7712.161.4-
YUV82.5984.22200.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 78.30%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 5 (2.34% from 255) = 2.13%
R=78.30%
G=19.57%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18446500.750.970.2813.7494.7137.06
HexB82E504B611Ce5f25
Octal2705650113141341613745
Binary101110001011101010100101111000011110011101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82E05; }

 p { color: rgb(184,46,5); }

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

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

 a { background-color: rgb(184,46,5); }

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

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

 span { border-color: rgb(184,46,5); }

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