#B44111

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

Shades of Rust #B44111

Tints of Rust #B44111

Color information

#B44111 (or 0xB44111) is unknown color: approx Rust. HEX triplet: B4, 41 and 11. RGB value is (180,65,17). Sum of RGB (Red+Green+Blue) = 180+65+17=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B44111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44111 is #4BBEEE. Grayscale: #5E5E5E. Windows color (decimal): -4964079 or 1130932. OLE color: 1130932.

HSL color Cylindrical-coordinate representation of color #B44111: hue angle of 17.67º 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 #B44111 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1806517-
CMYK00.640.910.29
HSL17.67º82.74%38.63%-
HSV(B)17.67º90.56%70.59%-
XYZ20.8113.522.04-
YUV93.9184.6189.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.70%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 17 (7.03% from 255) = 6.49%
R=68.70%
G=24.81%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180651700.640.910.2917.6782.7438.63
HexB441110405B1D125327
Octal264101210100133352212347
Binary1011010010000011000101000000101101111101100101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44111; }

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

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

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

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

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

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

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

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