#BB4D09

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

Shades of Rust #BB4D09

Tints of Rust #BB4D09

Color information

#BB4D09 (or 0xBB4D09) is unknown color: approx Rust. HEX triplet: BB, 4D and 09. RGB value is (187,77,9). Sum of RGB (Red+Green+Blue) = 187+77+9=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB4D09 is #44B2F6. Grayscale: #666666. Windows color (decimal): -4502263 or 609723. OLE color: 609723.

HSL color Cylindrical-coordinate representation of color #BB4D09: hue angle of 22.92º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB4D09 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB187779-
CMYK00.590.950.27
HSL22.92º90.82%38.43%-
HSV(B)22.92º95.19%73.33%-
XYZ23.215.892.1-
YUV102.1475.44188.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.50%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=68.50%
G=28.21%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18777900.590.950.2722.9290.8238.43
HexBB4D903B5F1B175b26
Octal27311511073137332713346
Binary10111011100110110010111011101111111011101111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4D09; }

 p { color: rgb(187,77,9); }

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

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

 a { background-color: rgb(187,77,9); }

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

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

 span { border-color: rgb(187,77,9); }

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