Html Css Color HEX #B1590D Rust

📋 copy color: '#B1590D'

red 177 ◦ green 89 ◦ blue 13

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

Shades of Rust #B1590D

Tints of Rust #B1590D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.66%

R = 63.44%
G = 31.9%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1590D (or 0xB1590D) is known color: Rust. HEX triplet: B1, 59 and 0D. RGB value is (177,89,13). Sum of RGB (Red+Green+Blue) = 177+89+13=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B1590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1590D is #4EA6F2. Grayscale: #6B6B6B. Windows color (decimal): -5154547 or 874929. OLE color: 874929.

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

Color convert

RGB 177 89 13 -
CMYK 0 0.50 0.93 0.31
HSL 27.8º 0.86% 0.37% -
HSV(B) 27.8º 0.93% 0.69% -
XYZ 21.78 16.52 2.42 -
YUV 106.65 75.15 178.18 -
System Red Green Blue C M Y K H S L
Decimal 177 89 13 0 0.50 0.93 0.31 27.8 0.86 0.37
Hex B1 59 D 0 32 5D 1F 1C 56 25
Octal 261 131 15 0 62 135 37 34 126 45
Binary 10110001 1011001 1101 0 110010 1011101 11111 11100 1010110 100101

Color Harmonies of #B1590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1590D

Black with #B1590D

Text Example


Text Example

White with #B1590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1590D; }

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

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

background-color css

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

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

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

border-color css

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

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

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