Html Css Color HEX #B13716 Rust

📋 copy color: '#B13716'

red 177 ◦ green 55 ◦ blue 22

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

Shades of Rust #B13716

Tints of Rust #B13716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 69.69%
G = 21.65%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B13716 (or 0xB13716) is known color: Rust. HEX triplet: B1, 37 and 16. RGB value is (177,55,22). Sum of RGB (Red+Green+Blue) = 177+55+22=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B13716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13716 is #4EC8E9. Grayscale: #575757. Windows color (decimal): -5163242 or 1456049. OLE color: 1456049.

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

Color convert

RGB 177 55 22 -
CMYK 0 0.69 0.88 0.31
HSL 12.77º 0.78% 0.39% -
HSV(B) 12.77º 0.88% 0.69% -
XYZ 19.64 12.14 2.07 -
YUV 87.72 90.92 191.68 -
System Red Green Blue C M Y K H S L
Decimal 177 55 22 0 0.69 0.88 0.31 12.77 0.78 0.39
Hex B1 37 16 0 45 58 1F D 4E 27
Octal 261 67 26 0 105 130 37 15 116 47
Binary 10110001 110111 10110 0 1000101 1011000 11111 1101 1001110 100111

Color Harmonies of #B13716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13716

Black with #B13716

Text Example


Text Example

White with #B13716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13716; }

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

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

background-color css

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

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

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

border-color css

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

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

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