#BB4116

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

Shades of Rust #BB4116

Tints of Rust #BB4116

Color information

#BB4116 (or 0xBB4116) is unknown color: approx Rust. HEX triplet: BB, 41 and 16. RGB value is (187,65,22). Sum of RGB (Red+Green+Blue) = 187+65+22=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4116 is #44BEE9. Grayscale: #606060. Windows color (decimal): -4505322 or 1458619. OLE color: 1458619.

HSL color Cylindrical-coordinate representation of color #BB4116: hue angle of 15.64º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB4116 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB1876522-
CMYK00.650.880.27
HSL15.64º78.95%40.98%-
HSV(B)15.64º88.24%73.33%-
XYZ22.5314.42.35-
YUV96.5885.92192.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.25%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=68.25%
G=23.72%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187652200.650.880.2715.6478.9540.98
HexBB4116041581B104f29
Octal273101260101130332011751
Binary1011101110000011011001000001101100011011100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4116; }

 p { color: rgb(187,65,22); }

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

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

 a { background-color: rgb(187,65,22); }

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

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

 span { border-color: rgb(187,65,22); }

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