Html Css Color HEX #B1310D Rust

📋 copy color: '#B1310D'

red 177 ◦ green 49 ◦ blue 13

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

Shades of Rust #B1310D

Tints of Rust #B1310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.5%

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

R = 74.06%
G = 20.5%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1310D (or 0xB1310D) is known color: Rust. HEX triplet: B1, 31 and 0D. RGB value is (177,49,13). Sum of RGB (Red+Green+Blue) = 177+49+13=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B1310D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1310D is #4ECEF2. Grayscale: #535353. Windows color (decimal): -5164787 or 864689. OLE color: 864689.

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

Color convert

RGB 177 49 13 -
CMYK 0 0.72 0.93 0.31
HSL 13.17º 0.86% 0.37% -
HSV(B) 13.17º 0.93% 0.69% -
XYZ 19.3 11.57 1.6 -
YUV 83.17 88.41 194.93 -
System Red Green Blue C M Y K H S L
Decimal 177 49 13 0 0.72 0.93 0.31 13.17 0.86 0.37
Hex B1 31 D 0 48 5D 1F D 56 25
Octal 261 61 15 0 110 135 37 15 126 45
Binary 10110001 110001 1101 0 1001000 1011101 11111 1101 1010110 100101

Color Harmonies of #B1310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1310D

Black with #B1310D

Text Example


Text Example

White with #B1310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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