#BB4903

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

Shades of Rust #BB4903

Tints of Rust #BB4903

Color information

#BB4903 (or 0xBB4903) is unknown color: approx Rust. HEX triplet: BB, 49 and 03. RGB value is (187,73,3). Sum of RGB (Red+Green+Blue) = 187+73+3=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4903 is #44B6FC. Grayscale: #636363. Windows color (decimal): -4503293 or 215483. OLE color: 215483.

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

Color convert

RGB187733-
CMYK00.610.980.27
HSL22.83º96.84%37.25%-
HSV(B)22.83º98.4%73.33%-
XYZ22.8915.341.84-
YUV99.1173.77190.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 71.10%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=71.10%
G=27.76%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18773300.610.980.2722.8396.8437.25
HexBB49303D621B176125
Octal2731113075142332714145
Binary101110111001001110111101110001011011101111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4903; }

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

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

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

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

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

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

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

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