#B14211

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

Shades of Rust #B14211

Tints of Rust #B14211

Color information

#B14211 (or 0xB14211) is unknown color: approx Rust. HEX triplet: B1, 42 and 11. RGB value is (177,66,17). Sum of RGB (Red+Green+Blue) = 177+66+17=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B14211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14211 is #4EBDEE. Grayscale: #5D5D5D. Windows color (decimal): -5160431 or 1131185. OLE color: 1131185.

HSL color Cylindrical-coordinate representation of color #B14211: hue angle of 18.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B14211 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1776617-
CMYK00.630.900.31
HSL18.38º82.47%38.04%-
HSV(B)18.38º90.4%69.41%-
XYZ20.1813.282.03-
YUV93.684.77187.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.08%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 17 (7.03% from 255) = 6.54%
R=68.08%
G=25.38%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177661700.630.900.3118.3882.4738.04
HexB1421103F5A1F125226
Octal26110221077132372212246
Binary101100011000010100010111111101101011111100101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14211; }

 p { color: rgb(177,66,17); }

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

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

 a { background-color: rgb(177,66,17); }

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

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

 span { border-color: rgb(177,66,17); }

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