#B9441E

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

Shades of Rust #B9441E

Tints of Rust #B9441E

Color information

#B9441E (or 0xB9441E) is unknown color: approx Rust. HEX triplet: B9, 44 and 1E. RGB value is (185,68,30). Sum of RGB (Red+Green+Blue) = 185+68+30=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9441E is #46BBE1. Grayscale: #626262. Windows color (decimal): -4635618 or 1983673. OLE color: 1983673.

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

Color convert

RGB1856830-
CMYK00.630.840.27
HSL14.71º72.09%42.16%-
HSV(B)14.71º83.78%72.55%-
XYZ22.3114.542.86-
YUV98.6589.26189.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.37%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 30 (12.11% from 255) = 10.60%
R=65.37%
G=24.03%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185683000.630.840.2714.7172.0942.16
HexB9441E03F541Bf482a
Octal27110436077124331711052
Binary10111001100010011110011111110101001101111111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9441E; }

 p { color: rgb(185,68,30); }

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

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

 a { background-color: rgb(185,68,30); }

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

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

 span { border-color: rgb(185,68,30); }

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