Html Css Color HEX #BB5411 Rust

📋 copy color: '#BB5411'

red 187 ◦ green 84 ◦ blue 17

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

Shades of Rust #BB5411

Tints of Rust #BB5411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

 BLUE value IS 17 (7.03% from 255) = 5.9%

R = 64.93%
G = 29.17%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB5411 (or 0xBB5411) is known color: Rust. HEX triplet: BB, 54 and 11. RGB value is (187,84,17). Sum of RGB (Red+Green+Blue) = 187+84+17=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5411 is #44ABEE. Grayscale: #6B6B6B. Windows color (decimal): -4500463 or 1135803. OLE color: 1135803.

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

Color convert

RGB 187 84 17 -
CMYK 0 0.55 0.91 0.27
HSL 23.65º 0.83% 0.4% -
HSV(B) 23.65º 0.91% 0.73% -
XYZ 23.77 16.95 2.55 -
YUV 107.16 77.12 184.95 -
System Red Green Blue C M Y K H S L
Decimal 187 84 17 0 0.55 0.91 0.27 23.65 0.83 0.4
Hex BB 54 11 0 37 5B 1B 18 53 28
Octal 273 124 21 0 67 133 33 30 123 50
Binary 10111011 1010100 10001 0 110111 1011011 11011 11000 1010011 101000

Color Harmonies of #BB5411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5411

Black with #BB5411

Text Example


Text Example

White with #BB5411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5411; }

 p { color: rgb(187,84,17); }

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

background-color css

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

 a { background-color: rgb(187,84,17); }

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

border-color css

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

 span { border-color: rgb(187,84,17); }

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