Html Css Color HEX #B14811 Rust

📋 copy color: '#B14811'

red 177 ◦ green 72 ◦ blue 17

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

Shades of Rust #B14811

Tints of Rust #B14811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 66.54%
G = 27.07%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B14811 (or 0xB14811) is known color: Rust. HEX triplet: B1, 48 and 11. RGB value is (177,72,17). Sum of RGB (Red+Green+Blue) = 177+72+17=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B14811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14811 is #4EB7EE. Grayscale: #616161. Windows color (decimal): -5158895 or 1132721. OLE color: 1132721.

HSL color Cylindrical-coordinate representation of color #B14811: hue angle of 20.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B14811 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 17 -
CMYK 0 0.59 0.90 0.31
HSL 20.63º 0.82% 0.38% -
HSV(B) 20.63º 0.9% 0.69% -
XYZ 20.55 14.02 2.15 -
YUV 97.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 177 72 17 0 0.59 0.90 0.31 20.63 0.82 0.38
Hex B1 48 11 0 3B 5A 1F 15 52 26
Octal 261 110 21 0 73 132 37 25 122 46
Binary 10110001 1001000 10001 0 111011 1011010 11111 10101 1010010 100110

Color Harmonies of #B14811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14811

Black with #B14811

Text Example


Text Example

White with #B14811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14811; }

 p { color: rgb(177,72,17); }

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

background-color css

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

 a { background-color: rgb(177,72,17); }

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

border-color css

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

 span { border-color: rgb(177,72,17); }

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