#BB530B

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

Shades of Rust #BB530B

Tints of Rust #BB530B

Color information

#BB530B (or 0xBB530B) is unknown color: approx Rust. HEX triplet: BB, 53 and 0B. RGB value is (187,83,11). Sum of RGB (Red+Green+Blue) = 187+83+11=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB530B is #44ACF4. Grayscale: #6A6A6A. Windows color (decimal): -4500725 or 742331. OLE color: 742331.

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

Color convert

RGB1878311-
CMYK00.560.940.27
HSL24.55º88.89%38.82%-
HSV(B)24.55º94.12%73.33%-
XYZ23.6516.782.31-
YUV105.8974.46185.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.55%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 11 (4.69% from 255) = 3.91%
R=66.55%
G=29.54%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187831100.560.940.2724.5588.8938.82
HexBB53B0385E1B195927
Octal27312313070136333113147
Binary10111011101001110110111000101111011011110011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB530B; }

 p { color: rgb(187,83,11); }

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

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

 a { background-color: rgb(187,83,11); }

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

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

 span { border-color: rgb(187,83,11); }

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