Html Css Color HEX #B14716 Rust

📋 copy color: '#B14716'

red 177 ◦ green 71 ◦ blue 22

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

Shades of Rust #B14716

Tints of Rust #B14716

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.3%

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

R = 65.56%
G = 26.3%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B14716 (or 0xB14716) is known color: Rust. HEX triplet: B1, 47 and 16. RGB value is (177,71,22). Sum of RGB (Red+Green+Blue) = 177+71+22=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B14716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14716 is #4EB8E9. Grayscale: #616161. Windows color (decimal): -5159146 or 1460145. OLE color: 1460145.

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

Color convert

RGB 177 71 22 -
CMYK 0 0.60 0.88 0.31
HSL 18.97º 0.78% 0.39% -
HSV(B) 18.97º 0.88% 0.69% -
XYZ 20.53 13.91 2.36 -
YUV 97.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 177 71 22 0 0.60 0.88 0.31 18.97 0.78 0.39
Hex B1 47 16 0 3C 58 1F 13 4E 27
Octal 261 107 26 0 74 130 37 23 116 47
Binary 10110001 1000111 10110 0 111100 1011000 11111 10011 1001110 100111

Color Harmonies of #B14716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14716

Black with #B14716

Text Example


Text Example

White with #B14716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14716; }

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

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

background-color css

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

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

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

border-color css

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

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

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