Html Css Color HEX #B15215 Rust

📋 copy color: '#B15215'

red 177 ◦ green 82 ◦ blue 21

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

Shades of Rust #B15215

Tints of Rust #B15215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.5%

R = 63.21%
G = 29.29%
B = 7.5%

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

#B15215 (or 0xB15215) is known color: Rust. HEX triplet: B1, 52 and 15. RGB value is (177,82,21). Sum of RGB (Red+Green+Blue) = 177+82+21=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B15215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15215 is #4EADEA. Grayscale: #676767. Windows color (decimal): -5156331 or 1397425. OLE color: 1397425.

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

Color convert

RGB 177 82 21 -
CMYK 0 0.54 0.88 0.31
HSL 23.46º 0.79% 0.39% -
HSV(B) 23.46º 0.88% 0.69% -
XYZ 21.28 15.44 2.57 -
YUV 103.45 81.47 180.46 -
System Red Green Blue C M Y K H S L
Decimal 177 82 21 0 0.54 0.88 0.31 23.46 0.79 0.39
Hex B1 52 15 0 36 58 1F 17 4F 27
Octal 261 122 25 0 66 130 37 27 117 47
Binary 10110001 1010010 10101 0 110110 1011000 11111 10111 1001111 100111

Color Harmonies of #B15215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15215

Black with #B15215

Text Example


Text Example

White with #B15215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15215; }

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

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

background-color css

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

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

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

border-color css

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

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

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