Html Css Color HEX #B14D16 Rust

📋 copy color: '#B14D16'

red 177 ◦ green 77 ◦ blue 22

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

Shades of Rust #B14D16

Tints of Rust #B14D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.97%

R = 64.13%
G = 27.9%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B14D16 (or 0xB14D16) is known color: Rust. HEX triplet: B1, 4D and 16. RGB value is (177,77,22). Sum of RGB (Red+Green+Blue) = 177+77+22=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14D16 is #4EB2E9. Grayscale: #646464. Windows color (decimal): -5157610 or 1461681. OLE color: 1461681.

HSL color Cylindrical-coordinate representation of color #B14D16: hue angle of 21.29º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B14D16 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 77 22 -
CMYK 0 0.56 0.88 0.31
HSL 21.29º 0.78% 0.39% -
HSV(B) 21.29º 0.88% 0.69% -
XYZ 20.93 14.71 2.5 -
YUV 100.63 83.63 182.47 -
System Red Green Blue C M Y K H S L
Decimal 177 77 22 0 0.56 0.88 0.31 21.29 0.78 0.39
Hex B1 4D 16 0 38 58 1F 15 4E 27
Octal 261 115 26 0 70 130 37 25 116 47
Binary 10110001 1001101 10110 0 111000 1011000 11111 10101 1001110 100111

Color Harmonies of #B14D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D16

Black with #B14D16

Text Example


Text Example

White with #B14D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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