#BB4E1D

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

Shades of Rust #BB4E1D

Tints of Rust #BB4E1D

Color information

#BB4E1D (or 0xBB4E1D) is unknown color: approx Rust. HEX triplet: BB, 4E and 1D. RGB value is (187,78,29). Sum of RGB (Red+Green+Blue) = 187+78+29=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4E1D is #44B1E2. Grayscale: #696969. Windows color (decimal): -4501987 or 1920699. OLE color: 1920699.

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

Color convert

RGB1877829-
CMYK00.580.840.27
HSL18.61º73.15%42.35%-
HSV(B)18.61º84.49%73.33%-
XYZ23.4416.13.04-
YUV10585.11186.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.61%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 29 (11.72% from 255) = 9.86%
R=63.61%
G=26.53%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187782900.580.840.2718.6173.1542.35
HexBB4E1D03A541B13492a
Octal27311635072124332311152
Binary101110111001110111010111010101010011011100111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4E1D; }

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

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

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

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

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

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

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

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