Html Css Color HEX #B1570D Rust

📋 copy color: '#B1570D'

red 177 ◦ green 87 ◦ blue 13

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

Shades of Rust #B1570D

Tints of Rust #B1570D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

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

R = 63.9%
G = 31.41%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1570D (or 0xB1570D) is known color: Rust. HEX triplet: B1, 57 and 0D. RGB value is (177,87,13). Sum of RGB (Red+Green+Blue) = 177+87+13=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1570D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1570D is #4EA8F2. Grayscale: #696969. Windows color (decimal): -5155059 or 874417. OLE color: 874417.

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

Color convert

RGB 177 87 13 -
CMYK 0 0.51 0.93 0.31
HSL 27.07º 0.86% 0.37% -
HSV(B) 27.07º 0.93% 0.69% -
XYZ 21.61 16.19 2.37 -
YUV 105.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 177 87 13 0 0.51 0.93 0.31 27.07 0.86 0.37
Hex B1 57 D 0 33 5D 1F 1B 56 25
Octal 261 127 15 0 63 135 37 33 126 45
Binary 10110001 1010111 1101 0 110011 1011101 11111 11011 1010110 100101

Color Harmonies of #B1570D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1570D

Black with #B1570D

Text Example


Text Example

White with #B1570D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1570D; }

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

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

background-color css

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

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

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

border-color css

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

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

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