#BB440F

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

Shades of Rust #BB440F

Tints of Rust #BB440F

Color information

#BB440F (or 0xBB440F) is unknown color: approx Rust. HEX triplet: BB, 44 and 0F. RGB value is (187,68,15). Sum of RGB (Red+Green+Blue) = 187+68+15=270 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.26% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 187 - color contains mainly: red. Hex color #BB440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB440F is #44BBF0. Grayscale: #616161. Windows color (decimal): -4504561 or 1000635. OLE color: 1000635.

HSL color Cylindrical-coordinate representation of color #BB440F: hue angle of 18.49º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB440F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1876815-
CMYK00.640.920.27
HSL18.49º85.15%39.61%-
HSV(B)18.49º91.98%73.33%-
XYZ22.6514.732.1-
YUV97.5481.42191.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.26%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=69.26%
G=25.19%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187681500.640.920.2718.4985.1539.61
HexBB44F0405C1B125528
Octal273104170100134332212550
Binary101110111000100111101000000101110011011100101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB440F; }

 p { color: rgb(187,68,15); }

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

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

 a { background-color: rgb(187,68,15); }

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

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

 span { border-color: rgb(187,68,15); }

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