Html Css Color HEX #B13712 Rust

📋 copy color: '#B13712'

red 177 ◦ green 55 ◦ blue 18

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

Shades of Rust #B13712

Tints of Rust #B13712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 70.8%
G = 22%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B13712 (or 0xB13712) is known color: Rust. HEX triplet: B1, 37 and 12. RGB value is (177,55,18). Sum of RGB (Red+Green+Blue) = 177+55+18=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B13712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13712 is #4EC8ED. Grayscale: #575757. Windows color (decimal): -5163246 or 1193905. OLE color: 1193905.

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

Color convert

RGB 177 55 18 -
CMYK 0 0.69 0.90 0.31
HSL 13.96º 0.82% 0.38% -
HSV(B) 13.96º 0.9% 0.69% -
XYZ 19.61 12.12 1.88 -
YUV 87.26 88.92 192.01 -
System Red Green Blue C M Y K H S L
Decimal 177 55 18 0 0.69 0.90 0.31 13.96 0.82 0.38
Hex B1 37 12 0 45 5A 1F E 52 26
Octal 261 67 22 0 105 132 37 16 122 46
Binary 10110001 110111 10010 0 1000101 1011010 11111 1110 1010010 100110

Color Harmonies of #B13712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13712

Black with #B13712

Text Example


Text Example

White with #B13712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13712; }

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

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

background-color css

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

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

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

border-color css

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

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

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