Html Css Color HEX #B15512 Rust

📋 copy color: '#B15512'

red 177 ◦ green 85 ◦ blue 18

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

Shades of Rust #B15512

Tints of Rust #B15512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.43%

R = 63.21%
G = 30.36%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B15512 (or 0xB15512) is known color: Rust. HEX triplet: B1, 55 and 12. RGB value is (177,85,18). Sum of RGB (Red+Green+Blue) = 177+85+18=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B15512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15512 is #4EAAED. Grayscale: #696969. Windows color (decimal): -5155566 or 1201585. OLE color: 1201585.

HSL color Cylindrical-coordinate representation of color #B15512: hue angle of 25.28º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B15512 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 85 18 -
CMYK 0 0.52 0.90 0.31
HSL 25.28º 0.82% 0.38% -
HSV(B) 25.28º 0.9% 0.69% -
XYZ 21.49 15.89 2.51 -
YUV 104.87 78.98 179.45 -
System Red Green Blue C M Y K H S L
Decimal 177 85 18 0 0.52 0.90 0.31 25.28 0.82 0.38
Hex B1 55 12 0 34 5A 1F 19 52 26
Octal 261 125 22 0 64 132 37 31 122 46
Binary 10110001 1010101 10010 0 110100 1011010 11111 11001 1010010 100110

Color Harmonies of #B15512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15512

Black with #B15512

Text Example


Text Example

White with #B15512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15512; }

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

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

background-color css

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

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

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

border-color css

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

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

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