Html Css Color HEX #B15016 Rust

📋 copy color: '#B15016'

red 177 ◦ green 80 ◦ blue 22

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

Shades of Rust #B15016

Tints of Rust #B15016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 63.44%
G = 28.67%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B15016 (or 0xB15016) is known color: Rust. HEX triplet: B1, 50 and 16. RGB value is (177,80,22). Sum of RGB (Red+Green+Blue) = 177+80+22=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B15016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15016 is #4EAFE9. Grayscale: #666666. Windows color (decimal): -5156842 or 1462449. OLE color: 1462449.

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

Color convert

RGB 177 80 22 -
CMYK 0 0.55 0.88 0.31
HSL 22.45º 0.78% 0.39% -
HSV(B) 22.45º 0.88% 0.69% -
XYZ 21.14 15.14 2.57 -
YUV 102.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 177 80 22 0 0.55 0.88 0.31 22.45 0.78 0.39
Hex B1 50 16 0 37 58 1F 16 4E 27
Octal 261 120 26 0 67 130 37 26 116 47
Binary 10110001 1010000 10110 0 110111 1011000 11111 10110 1001110 100111

Color Harmonies of #B15016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15016

Black with #B15016

Text Example


Text Example

White with #B15016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15016; }

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

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

background-color css

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

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

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

border-color css

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

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

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