#BB4910

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

Shades of Rust #BB4910

Tints of Rust #BB4910

Color information

#BB4910 (or 0xBB4910) is unknown color: approx Rust. HEX triplet: BB, 49 and 10. RGB value is (187,73,16). Sum of RGB (Red+Green+Blue) = 187+73+16=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4910 is #44B6EF. Grayscale: #646464. Windows color (decimal): -4503280 or 1067451. OLE color: 1067451.

HSL color Cylindrical-coordinate representation of color #BB4910: hue angle of 20º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB4910 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1877316-
CMYK00.610.910.27
HSL20º84.24%39.8%-
HSV(B)20º91.44%73.33%-
XYZ22.9715.372.25-
YUV100.5980.27189.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.75%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 16 (6.64% from 255) = 5.80%
R=67.75%
G=26.45%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187731600.610.910.272084.2439.8
HexBB491003D5B1B145428
Octal27311120075133332412450
Binary101110111001001100000111101101101111011101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4910; }

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

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

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

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

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

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

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

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