Html Css Color HEX #B15000 Rust

📋 copy color: '#B15000'

red 177 ◦ green 80 ◦ blue 0

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

Shades of Rust #B15000

Tints of Rust #B15000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.87%
G = 31.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B15000 (or 0xB15000) is known color: Rust. HEX triplet: B1, 50 and 00. RGB value is (177,80,0). Sum of RGB (Red+Green+Blue) = 177+80+0=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B15000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15000 is #4EAFFF. Grayscale: #646464. Windows color (decimal): -5156864 or 20657. OLE color: 20657.

HSL color Cylindrical-coordinate representation of color #B15000: hue angle of 27.12º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B15000 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 80 0 -
CMYK 0 0.55 1 0.31
HSL 27.12º 1% 0.35% -
HSV(B) 27.12º 1% 0.69% -
XYZ 21 15.08 1.8 -
YUV 99.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 177 80 0 0 0.55 1 0.31 27.12 1 0.35
Hex B1 50 0 0 37 64 1F 1B 64 23
Octal 261 120 0 0 67 144 37 33 144 43
Binary 10110001 1010000 0 0 110111 1100100 11111 11011 1100100 100011

Color Harmonies of #B15000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15000

Black with #B15000

Text Example


Text Example

White with #B15000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15000; }

 p { color: rgb(177,80,0); }

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

background-color css

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

 a { background-color: rgb(177,80,0); }

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

border-color css

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

 span { border-color: rgb(177,80,0); }

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