Html Css Color HEX #B15114 Rust

📋 copy color: '#B15114'

red 177 ◦ green 81 ◦ blue 20

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

Shades of Rust #B15114

Tints of Rust #B15114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

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

R = 63.67%
G = 29.14%
B = 7.19%

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

#B15114 (or 0xB15114) is known color: Rust. HEX triplet: B1, 51 and 14. RGB value is (177,81,20). Sum of RGB (Red+Green+Blue) = 177+81+20=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B15114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15114 is #4EAEEB. Grayscale: #676767. Windows color (decimal): -5156588 or 1331633. OLE color: 1331633.

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

Color convert

RGB 177 81 20 -
CMYK 0 0.54 0.89 0.31
HSL 23.31º 0.8% 0.39% -
HSV(B) 23.31º 0.89% 0.69% -
XYZ 21.2 15.28 2.49 -
YUV 102.75 81.3 180.96 -
System Red Green Blue C M Y K H S L
Decimal 177 81 20 0 0.54 0.89 0.31 23.31 0.8 0.39
Hex B1 51 14 0 36 59 1F 17 50 27
Octal 261 121 24 0 66 131 37 27 120 47
Binary 10110001 1010001 10100 0 110110 1011001 11111 10111 1010000 100111

Color Harmonies of #B15114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15114

Black with #B15114

Text Example


Text Example

White with #B15114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15114; }

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

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

background-color css

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

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

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

border-color css

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

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

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