Html Css Color HEX #B1401E Rust

📋 copy color: '#B1401E'

red 177 ◦ green 64 ◦ blue 30

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

Shades of Rust #B1401E

Tints of Rust #B1401E

RGB

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

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

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

R = 65.31%
G = 23.62%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1401E (or 0xB1401E) is known color: Rust. HEX triplet: B1, 40 and 1E. RGB value is (177,64,30). Sum of RGB (Red+Green+Blue) = 177+64+30=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1401E is #4EBFE1. Grayscale: #5E5E5E. Windows color (decimal): -5160930 or 1982641. OLE color: 1982641.

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

Color convert

RGB 177 64 30 -
CMYK 0 0.64 0.83 0.31
HSL 13.88º 0.71% 0.41% -
HSV(B) 13.88º 0.83% 0.69% -
XYZ 20.2 13.11 2.69 -
YUV 93.91 91.94 187.26 -
System Red Green Blue C M Y K H S L
Decimal 177 64 30 0 0.64 0.83 0.31 13.88 0.71 0.41
Hex B1 40 1E 0 40 53 1F E 47 29
Octal 261 100 36 0 100 123 37 16 107 51
Binary 10110001 1000000 11110 0 1000000 1010011 11111 1110 1000111 101001

Color Harmonies of #B1401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1401E

Black with #B1401E

Text Example


Text Example

White with #B1401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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