#BB4C17

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

Shades of Rust #BB4C17

Tints of Rust #BB4C17

Color information

#BB4C17 (or 0xBB4C17) is unknown color: approx Rust. HEX triplet: BB, 4C and 17. RGB value is (187,76,23). Sum of RGB (Red+Green+Blue) = 187+76+23=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4C17 is #44B3E8. Grayscale: #676767. Windows color (decimal): -4502505 or 1526971. OLE color: 1526971.

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

Color convert

RGB1877623-
CMYK00.590.880.27
HSL19.39º78.1%41.18%-
HSV(B)19.39º87.7%73.33%-
XYZ23.2315.82.63-
YUV103.1582.77187.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.38%
GREEN value IS 76 (30.08% from 255) = 26.57%
BLUE value IS 23 (9.38% from 255) = 8.04%
R=65.38%
G=26.57%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187762300.590.880.2719.3978.141.18
HexBB4C1703B581B134e29
Octal27311427073130332311651
Binary101110111001100101110111011101100011011100111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4C17; }

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

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

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

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

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

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

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

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