Html Css Color HEX #B1391F Rust

📋 copy color: '#B1391F'

red 177 ◦ green 57 ◦ blue 31

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

Shades of Rust #B1391F

Tints of Rust #B1391F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 66.79%
G = 21.51%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1391F (or 0xB1391F) is known color: Rust. HEX triplet: B1, 39 and 1F. RGB value is (177,57,31). Sum of RGB (Red+Green+Blue) = 177+57+31=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B1391F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1391F is #4EC6E0. Grayscale: #5A5A5A. Windows color (decimal): -5162721 or 2046385. OLE color: 2046385.

HSL color Cylindrical-coordinate representation of color #B1391F: hue angle of 10.68º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1391F is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 57 31 -
CMYK 0 0.68 0.82 0.31
HSL 10.68º 0.7% 0.41% -
HSV(B) 10.68º 0.82% 0.69% -
XYZ 19.84 12.37 2.64 -
YUV 89.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 177 57 31 0 0.68 0.82 0.31 10.68 0.7 0.41
Hex B1 39 1F 0 44 52 1F B 46 29
Octal 261 71 37 0 104 122 37 13 106 51
Binary 10110001 111001 11111 0 1000100 1010010 11111 1011 1000110 101001

Color Harmonies of #B1391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1391F

Black with #B1391F

Text Example


Text Example

White with #B1391F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1391F; }

 p { color: rgb(177,57,31); }

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

background-color css

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

 a { background-color: rgb(177,57,31); }

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

border-color css

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

 span { border-color: rgb(177,57,31); }

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