Html Css Color HEX #B15513 Rust

📋 copy color: '#B15513'

red 177 ◦ green 85 ◦ blue 19

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

Shades of Rust #B15513

Tints of Rust #B15513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 62.99%
G = 30.25%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B15513 (or 0xB15513) is known color: Rust. HEX triplet: B1, 55 and 13. RGB value is (177,85,19). Sum of RGB (Red+Green+Blue) = 177+85+19=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B15513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15513 is #4EAAEC. Grayscale: #696969. Windows color (decimal): -5155565 or 1267121. OLE color: 1267121.

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

Color convert

RGB 177 85 19 -
CMYK 0 0.52 0.89 0.31
HSL 25.06º 0.81% 0.38% -
HSV(B) 25.06º 0.89% 0.69% -
XYZ 21.5 15.89 2.55 -
YUV 104.98 79.48 179.37 -
System Red Green Blue C M Y K H S L
Decimal 177 85 19 0 0.52 0.89 0.31 25.06 0.81 0.38
Hex B1 55 13 0 34 59 1F 19 51 26
Octal 261 125 23 0 64 131 37 31 121 46
Binary 10110001 1010101 10011 0 110100 1011001 11111 11001 1010001 100110

Color Harmonies of #B15513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15513

Black with #B15513

Text Example


Text Example

White with #B15513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15513; }

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

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

background-color css

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

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

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

border-color css

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

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

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