#B8440B

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

Shades of Rust #B8440B

Tints of Rust #B8440B

Color information

#B8440B (or 0xB8440B) is unknown color: approx Rust. HEX triplet: B8, 44 and 0B. RGB value is (184,68,11). Sum of RGB (Red+Green+Blue) = 184+68+11=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8440B is #47BBF4. Grayscale: #606060. Windows color (decimal): -4701173 or 738488. OLE color: 738488.

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

Color convert

RGB1846811-
CMYK00.630.940.28
HSL19.77º88.72%38.24%-
HSV(B)19.77º94.02%72.16%-
XYZ21.8914.351.93-
YUV96.1979.93190.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.96%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 11 (4.69% from 255) = 4.18%
R=69.96%
G=25.86%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184681100.630.940.2819.7788.7238.24
HexB844B03F5E1C145926
Octal27010413077136342413146
Binary10111000100010010110111111101111011100101001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8440B; }

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

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

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

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

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

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

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

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