#BB4E14

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

Shades of Rust #BB4E14

Tints of Rust #BB4E14

Color information

#BB4E14 (or 0xBB4E14) is unknown color: approx Rust. HEX triplet: BB, 4E and 14. RGB value is (187,78,20). Sum of RGB (Red+Green+Blue) = 187+78+20=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4E14 is #44B1EB. Grayscale: #686868. Windows color (decimal): -4501996 or 1330875. OLE color: 1330875.

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

Color convert

RGB1877820-
CMYK00.580.890.27
HSL20.84º80.68%40.59%-
HSV(B)20.84º89.3%73.33%-
XYZ23.3416.062.53-
YUV103.9880.61187.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.61%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 20 (8.20% from 255) = 7.02%
R=65.61%
G=27.37%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187782000.580.890.2720.8480.6840.59
HexBB4E1403A591B155129
Octal27311624072131332512151
Binary101110111001110101000111010101100111011101011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E14; }

 p { color: rgb(187,78,20); }

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

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

 a { background-color: rgb(187,78,20); }

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

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

 span { border-color: rgb(187,78,20); }

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