#B8370F

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

Shades of Rust #B8370F

Tints of Rust #B8370F

Color information

#B8370F (or 0xB8370F) is unknown color: approx Rust. HEX triplet: B8, 37 and 0F. RGB value is (184,55,15). Sum of RGB (Red+Green+Blue) = 184+55+15=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B8370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8370F is #47C8F0. Grayscale: #595959. Windows color (decimal): -4704497 or 997304. OLE color: 997304.

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

Color convert

RGB1845515-
CMYK00.700.920.28
HSL14.2º84.92%39.02%-
HSV(B)14.2º91.85%72.16%-
XYZ21.2212.961.83-
YUV89.0186.24195.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.44%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 15 (6.25% from 255) = 5.91%
R=72.44%
G=21.65%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184551500.700.920.2814.284.9239.02
HexB837F0465C1Ce5527
Octal27067170106134341612547
Binary1011100011011111110100011010111001110011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8370F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8370F; }

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

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

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

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

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

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

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

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