Html Css Color HEX #B1310C Rust

📋 copy color: '#B1310C'

red 177 ◦ green 49 ◦ blue 12

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

Shades of Rust #B1310C

Tints of Rust #B1310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 74.37%
G = 20.59%
B = 5.04%

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

#B1310C (or 0xB1310C) is known color: Rust. HEX triplet: B1, 31 and 0C. RGB value is (177,49,12). Sum of RGB (Red+Green+Blue) = 177+49+12=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B1310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1310C is #4ECEF3. Grayscale: #535353. Windows color (decimal): -5164788 or 799153. OLE color: 799153.

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

Color convert

RGB 177 49 12 -
CMYK 0 0.72 0.93 0.31
HSL 13.45º 0.87% 0.37% -
HSV(B) 13.45º 0.93% 0.69% -
XYZ 19.3 11.57 1.56 -
YUV 83.05 87.91 195.01 -
System Red Green Blue C M Y K H S L
Decimal 177 49 12 0 0.72 0.93 0.31 13.45 0.87 0.37
Hex B1 31 C 0 48 5D 1F D 57 25
Octal 261 61 14 0 110 135 37 15 127 45
Binary 10110001 110001 1100 0 1001000 1011101 11111 1101 1010111 100101

Color Harmonies of #B1310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1310C

Black with #B1310C

Text Example


Text Example

White with #B1310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1310C; }

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

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

background-color css

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

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

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

border-color css

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

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

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