Html Css Color HEX #B9511B Rust

📋 copy color: '#B9511B'

red 185 ◦ green 81 ◦ blue 27

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

Shades of Rust #B9511B

Tints of Rust #B9511B

RGB

 RED value IS 185 (72.66% from 255) = 63.14%

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

 BLUE value IS 27 (10.94% from 255) = 9.22%

R = 63.14%
G = 27.65%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9511B (or 0xB9511B) is known color: Rust. HEX triplet: B9, 51 and 1B. RGB value is (185,81,27). Sum of RGB (Red+Green+Blue) = 185+81+27=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B9511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9511B is #46AEE4. Grayscale: #6A6A6A. Windows color (decimal): -4632293 or 1790393. OLE color: 1790393.

HSL color Cylindrical-coordinate representation of color #B9511B: hue angle of 20.51º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9511B is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 27 -
CMYK 0 0.56 0.85 0.27
HSL 20.51º 0.75% 0.42% -
HSV(B) 20.51º 0.85% 0.73% -
XYZ 23.15 16.28 2.96 -
YUV 105.94 83.46 184.39 -
System Red Green Blue C M Y K H S L
Decimal 185 81 27 0 0.56 0.85 0.27 20.51 0.75 0.42
Hex B9 51 1B 0 38 55 1B 15 4B 2A
Octal 271 121 33 0 70 125 33 25 113 52
Binary 10111001 1010001 11011 0 111000 1010101 11011 10101 1001011 101010

Color Harmonies of #B9511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9511B

Black with #B9511B

Text Example


Text Example

White with #B9511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9511B; }

 p { color: rgb(185,81,27); }

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

background-color css

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

 a { background-color: rgb(185,81,27); }

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

border-color css

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

 span { border-color: rgb(185,81,27); }

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