Html Css Color HEX #BB5510 Rust

📋 copy color: '#BB5510'

red 187 ◦ green 85 ◦ blue 16

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

Shades of Rust #BB5510

Tints of Rust #BB5510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

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

R = 64.93%
G = 29.51%
B = 5.56%

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

#BB5510 (or 0xBB5510) is known color: Rust. HEX triplet: BB, 55 and 10. RGB value is (187,85,16). Sum of RGB (Red+Green+Blue) = 187+85+16=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5510 is #44AAEF. Grayscale: #6C6C6C. Windows color (decimal): -4500208 or 1070523. OLE color: 1070523.

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

Color convert

RGB 187 85 16 -
CMYK 0 0.55 0.91 0.27
HSL 24.21º 0.84% 0.4% -
HSV(B) 24.21º 0.91% 0.73% -
XYZ 23.84 17.1 2.53 -
YUV 107.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 187 85 16 0 0.55 0.91 0.27 24.21 0.84 0.4
Hex BB 55 10 0 37 5B 1B 18 54 28
Octal 273 125 20 0 67 133 33 30 124 50
Binary 10111011 1010101 10000 0 110111 1011011 11011 11000 1010100 101000

Color Harmonies of #BB5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5510

Black with #BB5510

Text Example


Text Example

White with #BB5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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