Html Css Color HEX #B15116 Rust

📋 copy color: '#B15116'

red 177 ◦ green 81 ◦ blue 22

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

Shades of Rust #B15116

Tints of Rust #B15116

RGB

 RED value IS 177 (69.53% from 255) = 63.21%

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

 BLUE value IS 22 (8.98% from 255) = 7.86%

R = 63.21%
G = 28.93%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B15116 (or 0xB15116) is known color: Rust. HEX triplet: B1, 51 and 16. RGB value is (177,81,22). Sum of RGB (Red+Green+Blue) = 177+81+22=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B15116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15116 is #4EAEE9. Grayscale: #676767. Windows color (decimal): -5156586 or 1462705. OLE color: 1462705.

HSL color Cylindrical-coordinate representation of color #B15116: hue angle of 22.84º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B15116 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 81 22 -
CMYK 0 0.54 0.88 0.31
HSL 22.84º 0.78% 0.39% -
HSV(B) 22.84º 0.88% 0.69% -
XYZ 21.22 15.29 2.59 -
YUV 102.98 82.3 180.8 -
System Red Green Blue C M Y K H S L
Decimal 177 81 22 0 0.54 0.88 0.31 22.84 0.78 0.39
Hex B1 51 16 0 36 58 1F 17 4E 27
Octal 261 121 26 0 66 130 37 27 116 47
Binary 10110001 1010001 10110 0 110110 1011000 11111 10111 1001110 100111

Color Harmonies of #B15116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15116

Black with #B15116

Text Example


Text Example

White with #B15116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15116; }

 p { color: rgb(177,81,22); }

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

background-color css

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

 a { background-color: rgb(177,81,22); }

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

border-color css

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

 span { border-color: rgb(177,81,22); }

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