#B83D0B

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

Shades of Rust #B83D0B

Tints of Rust #B83D0B

Color information

#B83D0B (or 0xB83D0B) is unknown color: approx Rust. HEX triplet: B8, 3D and 0B. RGB value is (184,61,11). Sum of RGB (Red+Green+Blue) = 184+61+11=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83D0B is #47C2F4. Grayscale: #5C5C5C. Windows color (decimal): -4702965 or 736696. OLE color: 736696.

HSL color Cylindrical-coordinate representation of color #B83D0B: hue angle of 17.34º 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 #B83D0B is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB1846111-
CMYK00.670.940.28
HSL17.34º88.72%38.24%-
HSV(B)17.34º94.02%72.16%-
XYZ21.513.551.8-
YUV92.0882.25193.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.88%
GREEN value IS 61 (24.22% from 255) = 23.83%
BLUE value IS 11 (4.69% from 255) = 4.30%
R=71.88%
G=23.83%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184611100.670.940.2817.3488.7238.24
HexB83DB0435E1C115926
Octal27075130103136342113146
Binary10111000111101101101000011101111011100100011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83D0B; }

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

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

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

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

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

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

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

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