#BB4915

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

Shades of Rust #BB4915

Tints of Rust #BB4915

Color information

#BB4915 (or 0xBB4915) is unknown color: approx Rust. HEX triplet: BB, 49 and 15. RGB value is (187,73,21). Sum of RGB (Red+Green+Blue) = 187+73+21=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4915 is #44B6EA. Grayscale: #656565. Windows color (decimal): -4503275 or 1395131. OLE color: 1395131.

HSL color Cylindrical-coordinate representation of color #BB4915: hue angle of 18.8º degrees, saturation: 0.8, 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 #BB4915 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB1877321-
CMYK00.610.890.27
HSL18.8º79.81%40.78%-
HSV(B)18.8º88.77%73.33%-
XYZ23.0115.382.47-
YUV101.1682.77189.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.55%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 21 (8.59% from 255) = 7.47%
R=66.55%
G=25.98%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187732100.610.890.2718.879.8140.78
HexBB491503D591B135029
Octal27311125075131332312051
Binary101110111001001101010111101101100111011100111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4915; }

 p { color: rgb(187,73,21); }

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

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

 a { background-color: rgb(187,73,21); }

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

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

 span { border-color: rgb(187,73,21); }

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