Html Css Color HEX #B1390E Rust

📋 copy color: '#B1390E'

red 177 ◦ green 57 ◦ blue 14

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

Shades of Rust #B1390E

Tints of Rust #B1390E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.65%

R = 71.37%
G = 22.98%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1390E (or 0xB1390E) is known color: Rust. HEX triplet: B1, 39 and 0E. RGB value is (177,57,14). Sum of RGB (Red+Green+Blue) = 177+57+14=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B1390E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1390E is #4EC6F1. Grayscale: #585858. Windows color (decimal): -5162738 or 932273. OLE color: 932273.

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

Color convert

RGB 177 57 14 -
CMYK 0 0.68 0.92 0.31
HSL 15.83º 0.85% 0.37% -
HSV(B) 15.83º 0.92% 0.69% -
XYZ 19.67 12.31 1.75 -
YUV 87.98 86.26 191.5 -
System Red Green Blue C M Y K H S L
Decimal 177 57 14 0 0.68 0.92 0.31 15.83 0.85 0.37
Hex B1 39 E 0 44 5C 1F 10 55 25
Octal 261 71 16 0 104 134 37 20 125 45
Binary 10110001 111001 1110 0 1000100 1011100 11111 10000 1010101 100101

Color Harmonies of #B1390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1390E

Black with #B1390E

Text Example


Text Example

White with #B1390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1390E; }

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

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

background-color css

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

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

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

border-color css

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

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

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