Html Css Color HEX #B1371B Rust

📋 copy color: '#B1371B'

red 177 ◦ green 55 ◦ blue 27

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

Shades of Rust #B1371B

Tints of Rust #B1371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.24%

 BLUE value IS 27 (10.94% from 255) = 10.42%

R = 68.34%
G = 21.24%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1371B (or 0xB1371B) is known color: Rust. HEX triplet: B1, 37 and 1B. RGB value is (177,55,27). Sum of RGB (Red+Green+Blue) = 177+55+27=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1371B is #4EC8E4. Grayscale: #585858. Windows color (decimal): -5163237 or 1783729. OLE color: 1783729.

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

Color convert

RGB 177 55 27 -
CMYK 0 0.69 0.85 0.31
HSL 11.2º 0.74% 0.4% -
HSV(B) 11.2º 0.85% 0.69% -
XYZ 19.7 12.16 2.35 -
YUV 88.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 177 55 27 0 0.69 0.85 0.31 11.2 0.74 0.4
Hex B1 37 1B 0 45 55 1F B 4A 28
Octal 261 67 33 0 105 125 37 13 112 50
Binary 10110001 110111 11011 0 1000101 1010101 11111 1011 1001010 101000

Color Harmonies of #B1371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1371B

Black with #B1371B

Text Example


Text Example

White with #B1371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1371B; }

 p { color: rgb(177,55,27); }

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

background-color css

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

 a { background-color: rgb(177,55,27); }

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

border-color css

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

 span { border-color: rgb(177,55,27); }

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