Html Css Color HEX #B15216 Rust

📋 copy color: '#B15216'

red 177 ◦ green 82 ◦ blue 22

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

Shades of Rust #B15216

Tints of Rust #B15216

RGB

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

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

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

R = 62.99%
G = 29.18%
B = 7.83%

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

#B15216 (or 0xB15216) is known color: Rust. HEX triplet: B1, 52 and 16. RGB value is (177,82,22). Sum of RGB (Red+Green+Blue) = 177+82+22=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B15216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15216 is #4EADE9. Grayscale: #676767. Windows color (decimal): -5156330 or 1462961. OLE color: 1462961.

HSL color Cylindrical-coordinate representation of color #B15216: hue angle of 23.23º 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 #B15216 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 82 22 -
CMYK 0 0.54 0.88 0.31
HSL 23.23º 0.78% 0.39% -
HSV(B) 23.23º 0.88% 0.69% -
XYZ 21.29 15.44 2.62 -
YUV 103.57 81.97 180.38 -
System Red Green Blue C M Y K H S L
Decimal 177 82 22 0 0.54 0.88 0.31 23.23 0.78 0.39
Hex B1 52 16 0 36 58 1F 17 4E 27
Octal 261 122 26 0 66 130 37 27 116 47
Binary 10110001 1010010 10110 0 110110 1011000 11111 10111 1001110 100111

Color Harmonies of #B15216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15216

Black with #B15216

Text Example


Text Example

White with #B15216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15216; }

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

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

background-color css

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

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

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

border-color css

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

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

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