#bb471f

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

Shades of Rust #BB471F

Tints of Rust #BB471F

Color information

#BB471F (or 0xBB471F) is unknown color: approx Rust. HEX triplet: BB, 47 and 1F. RGB value is (187,71,31). Sum of RGB (Red+Green+Blue) = 187+71+31=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB471F is #44B8E0. Grayscale: #656565. Windows color (decimal): -4503777 or 2049979. OLE color: 2049979.

HSL color Cylindrical-coordinate representation of color #BB471F: hue angle of 15.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB471F is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB1877131-
CMYK00.620.830.27
HSL15.38º71.56%42.75%-
HSV(B)15.38º83.42%73.33%-
XYZ22.9915.173.01-
YUV101.1288.43189.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.71%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 31 (12.5% from 255) = 10.73%
R=64.71%
G=24.57%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187713100.620.830.2715.3871.5642.75
HexBB471F03E531Bf482b
Octal27310737076123331711053
Binary10111011100011111111011111010100111101111111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb471f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb471f; }

 p { color: rgb(187,71,31); }

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

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

 a { background-color: rgb(187,71,31); }

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

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

 span { border-color: rgb(187,71,31); }

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