Html Css Color HEX #BB5115 Rust

📋 copy color: '#BB5115'

red 187 ◦ green 81 ◦ blue 21

#BB5115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BB5115

Tints of Rust #BB5115

RGB

 RED value IS 187 (73.44% from 255) = 64.71%

 GREEN value IS 81 (32.03% from 255) = 28.03%

 BLUE value IS 21 (8.59% from 255) = 7.27%

R = 64.71%
G = 28.03%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB5115 (or 0xBB5115) is known color: Rust. HEX triplet: BB, 51 and 15. RGB value is (187,81,21). Sum of RGB (Red+Green+Blue) = 187+81+21=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5115 is #44AEEA. Grayscale: #6A6A6A. Windows color (decimal): -4501227 or 1397179. OLE color: 1397179.

HSL color Cylindrical-coordinate representation of color #BB5115: hue angle of 21.69º 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 #BB5115 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 81 21 -
CMYK 0 0.57 0.89 0.27
HSL 21.69º 0.8% 0.41% -
HSV(B) 21.69º 0.89% 0.73% -
XYZ 23.57 16.5 2.65 -
YUV 105.85 80.12 185.88 -
System Red Green Blue C M Y K H S L
Decimal 187 81 21 0 0.57 0.89 0.27 21.69 0.8 0.41
Hex BB 51 15 0 39 59 1B 16 50 29
Octal 273 121 25 0 71 131 33 26 120 51
Binary 10111011 1010001 10101 0 111001 1011001 11011 10110 1010000 101001

Color Harmonies of #BB5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5115

Black with #BB5115

Text Example


Text Example

White with #BB5115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5115; }

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

 H1.HeaderClassName
 {
   color: #BB5115;
 }
 .AnyTagClassName
 {
   color: #BB5115;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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