Html Css Color HEX #B15113 Rust

📋 copy color: '#B15113'

red 177 ◦ green 81 ◦ blue 19

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

Shades of Rust #B15113

Tints of Rust #B15113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 63.9%
G = 29.24%
B = 6.86%

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

#B15113 (or 0xB15113) is known color: Rust. HEX triplet: B1, 51 and 13. RGB value is (177,81,19). Sum of RGB (Red+Green+Blue) = 177+81+19=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B15113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15113 is #4EAEEC. Grayscale: #666666. Windows color (decimal): -5156589 or 1266097. OLE color: 1266097.

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

Color convert

RGB 177 81 19 -
CMYK 0 0.54 0.89 0.31
HSL 23.54º 0.81% 0.38% -
HSV(B) 23.54º 0.89% 0.69% -
XYZ 21.19 15.28 2.45 -
YUV 102.64 80.8 181.04 -
System Red Green Blue C M Y K H S L
Decimal 177 81 19 0 0.54 0.89 0.31 23.54 0.81 0.38
Hex B1 51 13 0 36 59 1F 18 51 26
Octal 261 121 23 0 66 131 37 30 121 46
Binary 10110001 1010001 10011 0 110110 1011001 11111 11000 1010001 100110

Color Harmonies of #B15113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15113

Black with #B15113

Text Example


Text Example

White with #B15113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15113; }

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

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

background-color css

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

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

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

border-color css

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

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

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