Html Css Color HEX #B1570E Rust

📋 copy color: '#B1570E'

red 177 ◦ green 87 ◦ blue 14

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

Shades of Rust #B1570E

Tints of Rust #B1570E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.04%

R = 63.67%
G = 31.29%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1570E (or 0xB1570E) is known color: Rust. HEX triplet: B1, 57 and 0E. RGB value is (177,87,14). Sum of RGB (Red+Green+Blue) = 177+87+14=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B1570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1570E is #4EA8F1. Grayscale: #696969. Windows color (decimal): -5155058 or 939953. OLE color: 939953.

HSL color Cylindrical-coordinate representation of color #B1570E: hue angle of 26.87º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1570E is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 87 14 -
CMYK 0 0.51 0.92 0.31
HSL 26.87º 0.85% 0.37% -
HSV(B) 26.87º 0.92% 0.69% -
XYZ 21.62 16.2 2.4 -
YUV 105.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 177 87 14 0 0.51 0.92 0.31 26.87 0.85 0.37
Hex B1 57 E 0 33 5C 1F 1B 55 25
Octal 261 127 16 0 63 134 37 33 125 45
Binary 10110001 1010111 1110 0 110011 1011100 11111 11011 1010101 100101

Color Harmonies of #B1570E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1570E

Black with #B1570E

Text Example


Text Example

White with #B1570E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1570E; }

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

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

background-color css

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

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

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

border-color css

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

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

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