#B8360B

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

Shades of Rust #B8360B

Tints of Rust #B8360B

Color information

#B8360B (or 0xB8360B) is unknown color: approx Rust. HEX triplet: B8, 36 and 0B. RGB value is (184,54,11). Sum of RGB (Red+Green+Blue) = 184+54+11=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8360B is #47C9F4. Grayscale: #585858. Windows color (decimal): -4704757 or 734904. OLE color: 734904.

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

Color convert

RGB1845411-
CMYK00.710.940.28
HSL14.91º88.72%38.24%-
HSV(B)14.91º94.02%72.16%-
XYZ21.1512.851.68-
YUV87.9784.57196.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 73.90%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 11 (4.69% from 255) = 4.42%
R=73.90%
G=21.69%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184541100.710.940.2814.9188.7238.24
HexB836B0475E1Cf5926
Octal27066130107136341713146
Binary1011100011011010110100011110111101110011111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8360B; }

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

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

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

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

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

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

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

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