#B8401B

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

Shades of Rust #B8401B

Tints of Rust #B8401B

Color information

#B8401B (or 0xB8401B) is unknown color: approx Rust. HEX triplet: B8, 40 and 1B. RGB value is (184,64,27). Sum of RGB (Red+Green+Blue) = 184+64+27=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B8401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8401B is #47BFE4. Grayscale: #5F5F5F. Windows color (decimal): -4702181 or 1786040. OLE color: 1786040.

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

Color convert

RGB1846427-
CMYK00.650.850.28
HSL14.14º74.41%41.37%-
HSV(B)14.14º85.33%72.16%-
XYZ21.813.942.58-
YUV95.6689.26191.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.91%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 27 (10.94% from 255) = 9.82%
R=66.91%
G=23.27%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184642700.650.850.2814.1474.4141.37
HexB8401B041551Ce4a29
Octal270100330101125341611251
Binary101110001000000110110100000110101011110011101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8401B; }

 p { color: rgb(184,64,27); }

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

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

 a { background-color: rgb(184,64,27); }

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

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

 span { border-color: rgb(184,64,27); }

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