Html Css Color HEX #B14D11 Rust

📋 copy color: '#B14D11'

red 177 ◦ green 77 ◦ blue 17

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

Shades of Rust #B14D11

Tints of Rust #B14D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

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

R = 65.31%
G = 28.41%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B14D11 (or 0xB14D11) is known color: Rust. HEX triplet: B1, 4D and 11. RGB value is (177,77,17). Sum of RGB (Red+Green+Blue) = 177+77+17=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14D11 is #4EB2EE. Grayscale: #646464. Windows color (decimal): -5157615 or 1134001. OLE color: 1134001.

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

Color convert

RGB 177 77 17 -
CMYK 0 0.56 0.90 0.31
HSL 22.5º 0.82% 0.38% -
HSV(B) 22.5º 0.9% 0.69% -
XYZ 20.89 14.7 2.27 -
YUV 100.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 177 77 17 0 0.56 0.90 0.31 22.5 0.82 0.38
Hex B1 4D 11 0 38 5A 1F 16 52 26
Octal 261 115 21 0 70 132 37 26 122 46
Binary 10110001 1001101 10001 0 111000 1011010 11111 10110 1010010 100110

Color Harmonies of #B14D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D11

Black with #B14D11

Text Example


Text Example

White with #B14D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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