Html Css Color HEX #B13710 Rust

📋 copy color: '#B13710'

red 177 ◦ green 55 ◦ blue 16

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

Shades of Rust #B13710

Tints of Rust #B13710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 71.37%
G = 22.18%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B13710 (or 0xB13710) is known color: Rust. HEX triplet: B1, 37 and 10. RGB value is (177,55,16). Sum of RGB (Red+Green+Blue) = 177+55+16=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B13710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13710 is #4EC8EF. Grayscale: #575757. Windows color (decimal): -5163248 or 1062833. OLE color: 1062833.

HSL color Cylindrical-coordinate representation of color #B13710: hue angle of 14.53º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B13710 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 55 16 -
CMYK 0 0.69 0.91 0.31
HSL 14.53º 0.83% 0.38% -
HSV(B) 14.53º 0.91% 0.69% -
XYZ 19.59 12.12 1.8 -
YUV 87.03 87.92 192.17 -
System Red Green Blue C M Y K H S L
Decimal 177 55 16 0 0.69 0.91 0.31 14.53 0.83 0.38
Hex B1 37 10 0 45 5B 1F F 53 26
Octal 261 67 20 0 105 133 37 17 123 46
Binary 10110001 110111 10000 0 1000101 1011011 11111 1111 1010011 100110

Color Harmonies of #B13710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13710

Black with #B13710

Text Example


Text Example

White with #B13710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13710; }

 p { color: rgb(177,55,16); }

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

background-color css

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

 a { background-color: rgb(177,55,16); }

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

border-color css

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

 span { border-color: rgb(177,55,16); }

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