Html Css Color HEX #B15211 Rust

📋 copy color: '#B15211'

red 177 ◦ green 82 ◦ blue 17

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

Shades of Rust #B15211

Tints of Rust #B15211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.16%

R = 64.13%
G = 29.71%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B15211 (or 0xB15211) is known color: Rust. HEX triplet: B1, 52 and 11. RGB value is (177,82,17). Sum of RGB (Red+Green+Blue) = 177+82+17=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B15211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15211 is #4EADEE. Grayscale: #676767. Windows color (decimal): -5156335 or 1135281. OLE color: 1135281.

HSL color Cylindrical-coordinate representation of color #B15211: hue angle of 24.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B15211 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 82 17 -
CMYK 0 0.54 0.90 0.31
HSL 24.38º 0.82% 0.38% -
HSV(B) 24.38º 0.9% 0.69% -
XYZ 21.25 15.42 2.39 -
YUV 103 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 177 82 17 0 0.54 0.90 0.31 24.38 0.82 0.38
Hex B1 52 11 0 36 5A 1F 18 52 26
Octal 261 122 21 0 66 132 37 30 122 46
Binary 10110001 1010010 10001 0 110110 1011010 11111 11000 1010010 100110

Color Harmonies of #B15211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15211

Black with #B15211

Text Example


Text Example

White with #B15211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15211; }

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

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

background-color css

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

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

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

border-color css

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

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

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