Html Css Color HEX #B1390D Rust

📋 copy color: '#B1390D'

red 177 ◦ green 57 ◦ blue 13

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

Shades of Rust #B1390D

Tints of Rust #B1390D

RGB

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

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

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

R = 71.66%
G = 23.08%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1390D (or 0xB1390D) is known color: Rust. HEX triplet: B1, 39 and 0D. RGB value is (177,57,13). Sum of RGB (Red+Green+Blue) = 177+57+13=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B1390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1390D is #4EC6F2. Grayscale: #585858. Windows color (decimal): -5162739 or 866737. OLE color: 866737.

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

Color convert

RGB 177 57 13 -
CMYK 0 0.68 0.93 0.31
HSL 16.1º 0.86% 0.37% -
HSV(B) 16.1º 0.93% 0.69% -
XYZ 19.67 12.3 1.72 -
YUV 87.86 85.76 191.58 -
System Red Green Blue C M Y K H S L
Decimal 177 57 13 0 0.68 0.93 0.31 16.1 0.86 0.37
Hex B1 39 D 0 44 5D 1F 10 56 25
Octal 261 71 15 0 104 135 37 20 126 45
Binary 10110001 111001 1101 0 1000100 1011101 11111 10000 1010110 100101

Color Harmonies of #B1390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1390D

Black with #B1390D

Text Example


Text Example

White with #B1390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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