#BB3F15

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

Shades of Rust #BB3F15

Tints of Rust #BB3F15

Color information

#BB3F15 (or 0xBB3F15) is unknown color: approx Rust. HEX triplet: BB, 3F and 15. RGB value is (187,63,21). Sum of RGB (Red+Green+Blue) = 187+63+21=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3F15 is #44C0EA. Grayscale: #5F5F5F. Windows color (decimal): -4505835 or 1392571. OLE color: 1392571.

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

Color convert

RGB1876321-
CMYK00.660.890.27
HSL15.18º79.81%40.78%-
HSV(B)15.18º88.77%73.33%-
XYZ22.4114.172.26-
YUV95.2986.08193.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.00%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 21 (8.59% from 255) = 7.75%
R=69.00%
G=23.25%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187632100.660.890.2715.1879.8140.78
HexBB3F15042591Bf5029
Octal27377250102131331712051
Binary10111011111111101010100001010110011101111111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3F15; }

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

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

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

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

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

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

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

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