Html Css Color HEX #B15214 Rust

📋 copy color: '#B15214'

red 177 ◦ green 82 ◦ blue 20

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

Shades of Rust #B15214

Tints of Rust #B15214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 63.44%
G = 29.39%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B15214 (or 0xB15214) is known color: Rust. HEX triplet: B1, 52 and 14. RGB value is (177,82,20). Sum of RGB (Red+Green+Blue) = 177+82+20=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B15214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15214 is #4EADEB. Grayscale: #676767. Windows color (decimal): -5156332 or 1331889. OLE color: 1331889.

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

Color convert

RGB 177 82 20 -
CMYK 0 0.54 0.89 0.31
HSL 23.69º 0.8% 0.39% -
HSV(B) 23.69º 0.89% 0.69% -
XYZ 21.28 15.43 2.52 -
YUV 103.34 80.97 180.54 -
System Red Green Blue C M Y K H S L
Decimal 177 82 20 0 0.54 0.89 0.31 23.69 0.8 0.39
Hex B1 52 14 0 36 59 1F 18 50 27
Octal 261 122 24 0 66 131 37 30 120 47
Binary 10110001 1010010 10100 0 110110 1011001 11111 11000 1010000 100111

Color Harmonies of #B15214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15214

Black with #B15214

Text Example


Text Example

White with #B15214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15214; }

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

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

background-color css

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

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

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

border-color css

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

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

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