#B8441F

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

Shades of Rust #B8441F

Tints of Rust #B8441F

Color information

#B8441F (or 0xB8441F) is unknown color: approx Rust. HEX triplet: B8, 44 and 1F. RGB value is (184,68,31). Sum of RGB (Red+Green+Blue) = 184+68+31=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B8441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8441F is #47BBE0. Grayscale: #626262. Windows color (decimal): -4701153 or 2049208. OLE color: 2049208.

HSL color Cylindrical-coordinate representation of color #B8441F: hue angle of 14.51º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8441F is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB1846831-
CMYK00.630.830.28
HSL14.51º71.16%42.16%-
HSV(B)14.51º83.15%72.16%-
XYZ22.0814.422.92-
YUV98.4789.93189.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.02%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 31 (12.5% from 255) = 10.95%
R=65.02%
G=24.03%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184683100.630.830.2814.5171.1642.16
HexB8441F03F531Cf472a
Octal27010437077123341710752
Binary10111000100010011111011111110100111110011111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8441F; }

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

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

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

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

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

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

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

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