Html Css Color HEX #B1590B Rust

📋 copy color: '#B1590B'

red 177 ◦ green 89 ◦ blue 11

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

Shades of Rust #B1590B

Tints of Rust #B1590B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 63.9%
G = 32.13%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1590B (or 0xB1590B) is known color: Rust. HEX triplet: B1, 59 and 0B. RGB value is (177,89,11). Sum of RGB (Red+Green+Blue) = 177+89+11=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1590B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1590B is #4EA6F4. Grayscale: #6A6A6A. Windows color (decimal): -5154549 or 743857. OLE color: 743857.

HSL color Cylindrical-coordinate representation of color #B1590B: hue angle of 28.19º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1590B is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 89 11 -
CMYK 0 0.50 0.94 0.31
HSL 28.19º 0.88% 0.37% -
HSV(B) 28.19º 0.94% 0.69% -
XYZ 21.76 16.52 2.36 -
YUV 106.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 177 89 11 0 0.50 0.94 0.31 28.19 0.88 0.37
Hex B1 59 B 0 32 5E 1F 1C 58 25
Octal 261 131 13 0 62 136 37 34 130 45
Binary 10110001 1011001 1011 0 110010 1011110 11111 11100 1011000 100101

Color Harmonies of #B1590B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1590B

Black with #B1590B

Text Example


Text Example

White with #B1590B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1590B; }

 p { color: rgb(177,89,11); }

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

background-color css

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

 a { background-color: rgb(177,89,11); }

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

border-color css

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

 span { border-color: rgb(177,89,11); }

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