Html Css Color HEX #B1401F Rust

📋 copy color: '#B1401F'

red 177 ◦ green 64 ◦ blue 31

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

Shades of Rust #B1401F

Tints of Rust #B1401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 65.07%
G = 23.53%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1401F (or 0xB1401F) is known color: Rust. HEX triplet: B1, 40 and 1F. RGB value is (177,64,31). Sum of RGB (Red+Green+Blue) = 177+64+31=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1401F is #4EBFE0. Grayscale: #5E5E5E. Windows color (decimal): -5160929 or 2048177. OLE color: 2048177.

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

Color convert

RGB 177 64 31 -
CMYK 0 0.64 0.82 0.31
HSL 13.56º 0.7% 0.41% -
HSV(B) 13.56º 0.82% 0.69% -
XYZ 20.21 13.11 2.76 -
YUV 94.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 177 64 31 0 0.64 0.82 0.31 13.56 0.7 0.41
Hex B1 40 1F 0 40 52 1F E 46 29
Octal 261 100 37 0 100 122 37 16 106 51
Binary 10110001 1000000 11111 0 1000000 1010010 11111 1110 1000110 101001

Color Harmonies of #B1401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1401F

Black with #B1401F

Text Example


Text Example

White with #B1401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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