#BB5010

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

Shades of Rust #BB5010

Tints of Rust #BB5010

Color information

#BB5010 (or 0xBB5010) is unknown color: approx Rust. HEX triplet: BB, 50 and 10. RGB value is (187,80,16). Sum of RGB (Red+Green+Blue) = 187+80+16=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5010 is #44AFEF. Grayscale: #696969. Windows color (decimal): -4501488 or 1069243. OLE color: 1069243.

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

Color convert

RGB1878016-
CMYK00.570.910.27
HSL22.46º84.24%39.8%-
HSV(B)22.46º91.44%73.33%-
XYZ23.4616.342.41-
YUV104.777.95186.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.08%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 16 (6.64% from 255) = 5.65%
R=66.08%
G=28.27%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187801600.570.910.2722.4684.2439.8
HexBB50100395B1B165428
Octal27312020071133332612450
Binary101110111010000100000111001101101111011101101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5010; }

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

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

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

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

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

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

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

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