Html Css Color HEX #B14516 Rust

📋 copy color: '#B14516'

red 177 ◦ green 69 ◦ blue 22

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

Shades of Rust #B14516

Tints of Rust #B14516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

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

R = 66.04%
G = 25.75%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B14516 (or 0xB14516) is known color: Rust. HEX triplet: B1, 45 and 16. RGB value is (177,69,22). Sum of RGB (Red+Green+Blue) = 177+69+22=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B14516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14516 is #4EBAE9. Grayscale: #606060. Windows color (decimal): -5159658 or 1459633. OLE color: 1459633.

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

Color convert

RGB 177 69 22 -
CMYK 0 0.61 0.88 0.31
HSL 18.19º 0.78% 0.39% -
HSV(B) 18.19º 0.88% 0.69% -
XYZ 20.4 13.66 2.32 -
YUV 95.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 177 69 22 0 0.61 0.88 0.31 18.19 0.78 0.39
Hex B1 45 16 0 3D 58 1F 12 4E 27
Octal 261 105 26 0 75 130 37 22 116 47
Binary 10110001 1000101 10110 0 111101 1011000 11111 10010 1001110 100111

Color Harmonies of #B14516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14516

Black with #B14516

Text Example


Text Example

White with #B14516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14516; }

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

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

background-color css

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

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

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

border-color css

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

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

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