Html Css Color HEX #B1411F Rust

📋 copy color: '#B1411F'

red 177 ◦ green 65 ◦ blue 31

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

Shades of Rust #B1411F

Tints of Rust #B1411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.81%

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 64.84%
G = 23.81%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1411F (or 0xB1411F) is known color: Rust. HEX triplet: B1, 41 and 1F. RGB value is (177,65,31). Sum of RGB (Red+Green+Blue) = 177+65+31=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1411F is #4EBEE0. Grayscale: #5E5E5E. Windows color (decimal): -5160673 or 2048433. OLE color: 2048433.

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

Color convert

RGB 177 65 31 -
CMYK 0 0.63 0.82 0.31
HSL 13.97º 0.7% 0.41% -
HSV(B) 13.97º 0.82% 0.69% -
XYZ 20.27 13.23 2.78 -
YUV 94.61 92.11 186.76 -
System Red Green Blue C M Y K H S L
Decimal 177 65 31 0 0.63 0.82 0.31 13.97 0.7 0.41
Hex B1 41 1F 0 3F 52 1F E 46 29
Octal 261 101 37 0 77 122 37 16 106 51
Binary 10110001 1000001 11111 0 111111 1010010 11111 1110 1000110 101001

Color Harmonies of #B1411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1411F

Black with #B1411F

Text Example


Text Example

White with #B1411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1411F; }

 p { color: rgb(177,65,31); }

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

background-color css

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

 a { background-color: rgb(177,65,31); }

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

border-color css

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

 span { border-color: rgb(177,65,31); }

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