Html Css Color HEX #B1411E Rust

📋 copy color: '#B1411E'

red 177 ◦ green 65 ◦ blue 30

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

Shades of Rust #B1411E

Tints of Rust #B1411E

RGB

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

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

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

R = 65.07%
G = 23.9%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1411E (or 0xB1411E) is known color: Rust. HEX triplet: B1, 41 and 1E. RGB value is (177,65,30). Sum of RGB (Red+Green+Blue) = 177+65+30=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1411E is #4EBEE1. Grayscale: #5E5E5E. Windows color (decimal): -5160674 or 1982897. OLE color: 1982897.

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

Color convert

RGB 177 65 30 -
CMYK 0 0.63 0.83 0.31
HSL 14.29º 0.71% 0.41% -
HSV(B) 14.29º 0.83% 0.69% -
XYZ 20.26 13.22 2.71 -
YUV 94.5 91.61 186.85 -
System Red Green Blue C M Y K H S L
Decimal 177 65 30 0 0.63 0.83 0.31 14.29 0.71 0.41
Hex B1 41 1E 0 3F 53 1F E 47 29
Octal 261 101 36 0 77 123 37 16 107 51
Binary 10110001 1000001 11110 0 111111 1010011 11111 1110 1000111 101001

Color Harmonies of #B1411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1411E

Black with #B1411E

Text Example


Text Example

White with #B1411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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