Html Css Color HEX #B1391B Rust

📋 copy color: '#B1391B'

red 177 ◦ green 57 ◦ blue 27

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

Shades of Rust #B1391B

Tints of Rust #B1391B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 67.82%
G = 21.84%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1391B (or 0xB1391B) is known color: Rust. HEX triplet: B1, 39 and 1B. RGB value is (177,57,27). Sum of RGB (Red+Green+Blue) = 177+57+27=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B1391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1391B is #4EC6E4. Grayscale: #595959. Windows color (decimal): -5162725 or 1784241. OLE color: 1784241.

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

Color convert

RGB 177 57 27 -
CMYK 0 0.68 0.85 0.31
HSL 12º 0.74% 0.4% -
HSV(B) 12º 0.85% 0.69% -
XYZ 19.79 12.35 2.38 -
YUV 89.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 177 57 27 0 0.68 0.85 0.31 12 0.74 0.4
Hex B1 39 1B 0 44 55 1F C 4A 28
Octal 261 71 33 0 104 125 37 14 112 50
Binary 10110001 111001 11011 0 1000100 1010101 11111 1100 1001010 101000

Color Harmonies of #B1391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1391B

Black with #B1391B

Text Example


Text Example

White with #B1391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1391B; }

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

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

background-color css

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

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

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

border-color css

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

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

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