Html Css Color HEX #B15013 Rust

📋 copy color: '#B15013'

red 177 ◦ green 80 ◦ blue 19

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

Shades of Rust #B15013

Tints of Rust #B15013

RGB

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

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

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

R = 64.13%
G = 28.99%
B = 6.88%

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

#B15013 (or 0xB15013) is known color: Rust. HEX triplet: B1, 50 and 13. RGB value is (177,80,19). Sum of RGB (Red+Green+Blue) = 177+80+19=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B15013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15013 is #4EAFEC. Grayscale: #666666. Windows color (decimal): -5156845 or 1265841. OLE color: 1265841.

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

Color convert

RGB 177 80 19 -
CMYK 0 0.55 0.89 0.31
HSL 23.16º 0.81% 0.38% -
HSV(B) 23.16º 0.89% 0.69% -
XYZ 21.12 15.13 2.42 -
YUV 102.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 177 80 19 0 0.55 0.89 0.31 23.16 0.81 0.38
Hex B1 50 13 0 37 59 1F 17 51 26
Octal 261 120 23 0 67 131 37 27 121 46
Binary 10110001 1010000 10011 0 110111 1011001 11111 10111 1010001 100110

Color Harmonies of #B15013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15013

Black with #B15013

Text Example


Text Example

White with #B15013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15013; }

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

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

background-color css

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

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

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

border-color css

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

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

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