Html Css Color HEX #B15014 Rust

📋 copy color: '#B15014'

red 177 ◦ green 80 ◦ blue 20

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

Shades of Rust #B15014

Tints of Rust #B15014

RGB

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

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

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

R = 63.9%
G = 28.88%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B15014 (or 0xB15014) is known color: Rust. HEX triplet: B1, 50 and 14. RGB value is (177,80,20). Sum of RGB (Red+Green+Blue) = 177+80+20=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B15014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15014 is #4EAFEB. Grayscale: #666666. Windows color (decimal): -5156844 or 1331377. OLE color: 1331377.

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

Color convert

RGB 177 80 20 -
CMYK 0 0.55 0.89 0.31
HSL 22.93º 0.8% 0.39% -
HSV(B) 22.93º 0.89% 0.69% -
XYZ 21.13 15.13 2.47 -
YUV 102.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 177 80 20 0 0.55 0.89 0.31 22.93 0.8 0.39
Hex B1 50 14 0 37 59 1F 17 50 27
Octal 261 120 24 0 67 131 37 27 120 47
Binary 10110001 1010000 10100 0 110111 1011001 11111 10111 1010000 100111

Color Harmonies of #B15014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15014

Black with #B15014

Text Example


Text Example

White with #B15014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15014; }

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

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

background-color css

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

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

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

border-color css

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

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

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