#B44811

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

Shades of Rust #B44811

Tints of Rust #B44811

Color information

#B44811 (or 0xB44811) is unknown color: approx Rust. HEX triplet: B4, 48 and 11. RGB value is (180,72,17). Sum of RGB (Red+Green+Blue) = 180+72+17=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B44811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44811 is #4BB7EE. Grayscale: #626262. Windows color (decimal): -4962287 or 1132724. OLE color: 1132724.

HSL color Cylindrical-coordinate representation of color #B44811: hue angle of 20.25º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B44811 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1807217-
CMYK00.600.910.29
HSL20.25º82.74%38.63%-
HSV(B)20.25º90.56%70.59%-
XYZ21.2414.382.19-
YUV98.0282.28186.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.91%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=66.91%
G=26.77%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180721700.600.910.2920.2582.7438.63
HexB4481103C5B1D145327
Octal26411021074133352412347
Binary101101001001000100010111100101101111101101001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44811; }

 p { color: rgb(180,72,17); }

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

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

 a { background-color: rgb(180,72,17); }

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

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

 span { border-color: rgb(180,72,17); }

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