Html Css Color HEX #B1371E Rust

📋 copy color: '#B1371E'

red 177 ◦ green 55 ◦ blue 30

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

Shades of Rust #B1371E

Tints of Rust #B1371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.45%

R = 67.56%
G = 20.99%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1371E (or 0xB1371E) is known color: Rust. HEX triplet: B1, 37 and 1E. RGB value is (177,55,30). Sum of RGB (Red+Green+Blue) = 177+55+30=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B1371E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1371E is #4EC8E1. Grayscale: #585858. Windows color (decimal): -5163234 or 1980337. OLE color: 1980337.

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

Color convert

RGB 177 55 30 -
CMYK 0 0.69 0.83 0.31
HSL 10.2º 0.71% 0.41% -
HSV(B) 10.2º 0.83% 0.69% -
XYZ 19.73 12.17 2.54 -
YUV 88.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 177 55 30 0 0.69 0.83 0.31 10.2 0.71 0.41
Hex B1 37 1E 0 45 53 1F A 47 29
Octal 261 67 36 0 105 123 37 12 107 51
Binary 10110001 110111 11110 0 1000101 1010011 11111 1010 1000111 101001

Color Harmonies of #B1371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1371E

Black with #B1371E

Text Example


Text Example

White with #B1371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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