Html Css Color HEX #BB5110 Rust

📋 copy color: '#BB5110'

red 187 ◦ green 81 ◦ blue 16

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

Shades of Rust #BB5110

Tints of Rust #BB5110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.63%

R = 65.85%
G = 28.52%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB5110 (or 0xBB5110) is known color: Rust. HEX triplet: BB, 51 and 10. RGB value is (187,81,16). Sum of RGB (Red+Green+Blue) = 187+81+16=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5110 is #44AEEF. Grayscale: #696969. Windows color (decimal): -4501232 or 1069499. OLE color: 1069499.

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

Color convert

RGB 187 81 16 -
CMYK 0 0.57 0.91 0.27
HSL 22.81º 0.84% 0.4% -
HSV(B) 22.81º 0.91% 0.73% -
XYZ 23.53 16.49 2.43 -
YUV 105.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 187 81 16 0 0.57 0.91 0.27 22.81 0.84 0.4
Hex BB 51 10 0 39 5B 1B 17 54 28
Octal 273 121 20 0 71 133 33 27 124 50
Binary 10111011 1010001 10000 0 111001 1011011 11011 10111 1010100 101000

Color Harmonies of #BB5110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5110

Black with #BB5110

Text Example


Text Example

White with #BB5110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5110; }

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

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

background-color css

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

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

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

border-color css

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

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

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