Html Css Color HEX #B1550D Rust

📋 copy color: '#B1550D'

red 177 ◦ green 85 ◦ blue 13

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

Shades of Rust #B1550D

Tints of Rust #B1550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.91%

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

R = 64.36%
G = 30.91%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1550D (or 0xB1550D) is known color: Rust. HEX triplet: B1, 55 and 0D. RGB value is (177,85,13). Sum of RGB (Red+Green+Blue) = 177+85+13=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1550D is #4EAAF2. Grayscale: #686868. Windows color (decimal): -5155571 or 873905. OLE color: 873905.

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

Color convert

RGB 177 85 13 -
CMYK 0 0.52 0.93 0.31
HSL 26.34º 0.86% 0.37% -
HSV(B) 26.34º 0.93% 0.69% -
XYZ 21.45 15.87 2.31 -
YUV 104.3 76.48 179.85 -
System Red Green Blue C M Y K H S L
Decimal 177 85 13 0 0.52 0.93 0.31 26.34 0.86 0.37
Hex B1 55 D 0 34 5D 1F 1A 56 25
Octal 261 125 15 0 64 135 37 32 126 45
Binary 10110001 1010101 1101 0 110100 1011101 11111 11010 1010110 100101

Color Harmonies of #B1550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1550D

Black with #B1550D

Text Example


Text Example

White with #B1550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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