Html Css Color HEX #B13115 Rust

📋 copy color: '#B13115'

red 177 ◦ green 49 ◦ blue 21

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

Shades of Rust #B13115

Tints of Rust #B13115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 71.66%
G = 19.84%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B13115 (or 0xB13115) is known color: Rust. HEX triplet: B1, 31 and 15. RGB value is (177,49,21). Sum of RGB (Red+Green+Blue) = 177+49+21=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B13115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13115 is #4ECEEA. Grayscale: #545454. Windows color (decimal): -5164779 or 1388977. OLE color: 1388977.

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

Color convert

RGB 177 49 21 -
CMYK 0 0.72 0.88 0.31
HSL 10.77º 0.79% 0.39% -
HSV(B) 10.77º 0.88% 0.69% -
XYZ 19.37 11.6 1.93 -
YUV 84.08 92.41 194.28 -
System Red Green Blue C M Y K H S L
Decimal 177 49 21 0 0.72 0.88 0.31 10.77 0.79 0.39
Hex B1 31 15 0 48 58 1F B 4F 27
Octal 261 61 25 0 110 130 37 13 117 47
Binary 10110001 110001 10101 0 1001000 1011000 11111 1011 1001111 100111

Color Harmonies of #B13115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13115

Black with #B13115

Text Example


Text Example

White with #B13115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13115; }

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

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

background-color css

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

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

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

border-color css

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

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

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