#BB3F17

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

Shades of Rust #BB3F17

Tints of Rust #BB3F17

Color information

#BB3F17 (or 0xBB3F17) is unknown color: approx Rust. HEX triplet: BB, 3F and 17. RGB value is (187,63,23). Sum of RGB (Red+Green+Blue) = 187+63+23=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3F17 is #44C0E8. Grayscale: #5F5F5F. Windows color (decimal): -4505833 or 1523643. OLE color: 1523643.

HSL color Cylindrical-coordinate representation of color #BB3F17: hue angle of 14.63º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB3F17 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB1876323-
CMYK00.660.880.27
HSL14.63º78.1%41.18%-
HSV(B)14.63º87.7%73.33%-
XYZ22.4314.182.37-
YUV95.5287.08193.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.50%
GREEN value IS 63 (25% from 255) = 23.08%
BLUE value IS 23 (9.38% from 255) = 8.42%
R=68.50%
G=23.08%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187632300.660.880.2714.6378.141.18
HexBB3F17042581Bf4e29
Octal27377270102130331711651
Binary10111011111111101110100001010110001101111111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3F17; }

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

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

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

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

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

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

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

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