#BB480F

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

Shades of Rust #BB480F

Tints of Rust #BB480F

Color information

#BB480F (or 0xBB480F) is unknown color: approx Rust. HEX triplet: BB, 48 and 0F. RGB value is (187,72,15). Sum of RGB (Red+Green+Blue) = 187+72+15=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB480F is #44B7F0. Grayscale: #646464. Windows color (decimal): -4503537 or 1001659. OLE color: 1001659.

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

Color convert

RGB1877215-
CMYK00.610.920.27
HSL19.88º85.15%39.61%-
HSV(B)19.88º91.98%73.33%-
XYZ22.915.232.19-
YUV99.8980.1190.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.25%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=68.25%
G=26.28%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187721500.610.920.2719.8885.1539.61
HexBB48F03D5C1B145528
Octal27311017075134332412550
Binary10111011100100011110111101101110011011101001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB480F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB480F; }

 p { color: rgb(187,72,15); }

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

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

 a { background-color: rgb(187,72,15); }

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

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

 span { border-color: rgb(187,72,15); }

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