Html Css Color HEX #B15210 Rust

📋 copy color: '#B15210'

red 177 ◦ green 82 ◦ blue 16

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

Shades of Rust #B15210

Tints of Rust #B15210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 64.36%
G = 29.82%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B15210 (or 0xB15210) is known color: Rust. HEX triplet: B1, 52 and 10. RGB value is (177,82,16). Sum of RGB (Red+Green+Blue) = 177+82+16=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B15210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15210 is #4EADEF. Grayscale: #676767. Windows color (decimal): -5156336 or 1069745. OLE color: 1069745.

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

Color convert

RGB 177 82 16 -
CMYK 0 0.54 0.91 0.31
HSL 24.6º 0.83% 0.38% -
HSV(B) 24.6º 0.91% 0.69% -
XYZ 21.24 15.42 2.35 -
YUV 102.88 78.97 180.87 -
System Red Green Blue C M Y K H S L
Decimal 177 82 16 0 0.54 0.91 0.31 24.6 0.83 0.38
Hex B1 52 10 0 36 5B 1F 19 53 26
Octal 261 122 20 0 66 133 37 31 123 46
Binary 10110001 1010010 10000 0 110110 1011011 11111 11001 1010011 100110

Color Harmonies of #B15210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15210

Black with #B15210

Text Example


Text Example

White with #B15210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15210; }

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

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

background-color css

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

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

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

border-color css

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

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

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