Html Css Color HEX #B1390B Rust

📋 copy color: '#B1390B'

red 177 ◦ green 57 ◦ blue 11

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

Shades of Rust #B1390B

Tints of Rust #B1390B

RGB

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

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

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

R = 72.24%
G = 23.27%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1390B (or 0xB1390B) is known color: Rust. HEX triplet: B1, 39 and 0B. RGB value is (177,57,11). Sum of RGB (Red+Green+Blue) = 177+57+11=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B1390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1390B is #4EC6F4. Grayscale: #575757. Windows color (decimal): -5162741 or 735665. OLE color: 735665.

HSL color Cylindrical-coordinate representation of color #B1390B: hue angle of 16.63º 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 #B1390B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 57 11 -
CMYK 0 0.68 0.94 0.31
HSL 16.63º 0.88% 0.37% -
HSV(B) 16.63º 0.94% 0.69% -
XYZ 19.65 12.3 1.65 -
YUV 87.64 84.76 191.74 -
System Red Green Blue C M Y K H S L
Decimal 177 57 11 0 0.68 0.94 0.31 16.63 0.88 0.37
Hex B1 39 B 0 44 5E 1F 11 58 25
Octal 261 71 13 0 104 136 37 21 130 45
Binary 10110001 111001 1011 0 1000100 1011110 11111 10001 1011000 100101

Color Harmonies of #B1390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1390B

Black with #B1390B

Text Example


Text Example

White with #B1390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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