Html Css Color HEX #BB5210 Rust

📋 copy color: '#BB5210'

red 187 ◦ green 82 ◦ blue 16

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

Shades of Rust #BB5210

Tints of Rust #BB5210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 65.61%
G = 28.77%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB5210 (or 0xBB5210) is known color: Rust. HEX triplet: BB, 52 and 10. RGB value is (187,82,16). Sum of RGB (Red+Green+Blue) = 187+82+16=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5210 is #44ADEF. Grayscale: #6A6A6A. Windows color (decimal): -4500976 or 1069755. OLE color: 1069755.

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

Color convert

RGB 187 82 16 -
CMYK 0 0.56 0.91 0.27
HSL 23.16º 0.84% 0.4% -
HSV(B) 23.16º 0.91% 0.73% -
XYZ 23.6 16.64 2.46 -
YUV 105.87 77.29 185.87 -
System Red Green Blue C M Y K H S L
Decimal 187 82 16 0 0.56 0.91 0.27 23.16 0.84 0.4
Hex BB 52 10 0 38 5B 1B 17 54 28
Octal 273 122 20 0 70 133 33 27 124 50
Binary 10111011 1010010 10000 0 111000 1011011 11011 10111 1010100 101000

Color Harmonies of #BB5210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5210

Black with #BB5210

Text Example


Text Example

White with #BB5210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5210; }

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

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

background-color css

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

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

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

border-color css

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

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

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