#BB5315

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

Shades of Rust #BB5315

Tints of Rust #BB5315

Color information

#BB5315 (or 0xBB5315) is unknown color: approx Rust. HEX triplet: BB, 53 and 15. RGB value is (187,83,21). Sum of RGB (Red+Green+Blue) = 187+83+21=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5315 is #44ACEA. Grayscale: #6B6B6B. Windows color (decimal): -4500715 or 1397691. OLE color: 1397691.

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

Color convert

RGB1878321-
CMYK00.560.890.27
HSL22.41º79.81%40.78%-
HSV(B)22.41º88.77%73.33%-
XYZ23.7216.812.7-
YUV107.0379.46185.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.26%
GREEN value IS 83 (32.81% from 255) = 28.52%
BLUE value IS 21 (8.59% from 255) = 7.22%
R=64.26%
G=28.52%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187832100.560.890.2722.4179.8140.78
HexBB5315038591B165029
Octal27312325070131332612051
Binary101110111010011101010111000101100111011101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5315; }

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

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

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

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

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

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

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

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