#BB520A

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

Shades of Rust #BB520A

Tints of Rust #BB520A

Color information

#BB520A (or 0xBB520A) is unknown color: approx Rust. HEX triplet: BB, 52 and 0A. RGB value is (187,82,10). Sum of RGB (Red+Green+Blue) = 187+82+10=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB520A is #44ADF5. Grayscale: #696969. Windows color (decimal): -4500982 or 676539. OLE color: 676539.

HSL color Cylindrical-coordinate representation of color #BB520A: hue angle of 24.41º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB520A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1878210-
CMYK00.560.950.27
HSL24.41º89.85%38.63%-
HSV(B)24.41º94.65%73.33%-
XYZ23.5716.622.25-
YUV105.1974.29186.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.03%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 10 (4.30% from 255) = 3.58%
R=67.03%
G=29.39%
B=3.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187821000.560.950.2724.4189.8538.63
HexBB52A0385F1B185a27
Octal27312212070137333013247
Binary10111011101001010100111000101111111011110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB520A; }

 p { color: rgb(187,82,10); }

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

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

 a { background-color: rgb(187,82,10); }

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

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

 span { border-color: rgb(187,82,10); }

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