#B83B0F

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

Shades of Rust #B83B0F

Tints of Rust #B83B0F

Color information

#B83B0F (or 0xB83B0F) is unknown color: approx Rust. HEX triplet: B8, 3B and 0F. RGB value is (184,59,15). Sum of RGB (Red+Green+Blue) = 184+59+15=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83B0F is #47C4F0. Grayscale: #5B5B5B. Windows color (decimal): -4703473 or 998328. OLE color: 998328.

HSL color Cylindrical-coordinate representation of color #B83B0F: hue angle of 15.62º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B83B0F is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB1845915-
CMYK00.680.920.28
HSL15.62º84.92%39.02%-
HSV(B)15.62º91.85%72.16%-
XYZ21.4213.351.9-
YUV91.3684.91194.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 71.32%
GREEN value IS 59 (23.44% from 255) = 22.87%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=71.32%
G=22.87%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184591500.680.920.2815.6284.9239.02
HexB83BF0445C1C105527
Octal27073170104134342012547
Binary10111000111011111101000100101110011100100001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83B0F; }

 p { color: rgb(184,59,15); }

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

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

 a { background-color: rgb(184,59,15); }

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

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

 span { border-color: rgb(184,59,15); }

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