Html Css Color HEX #B14016 Rust

📋 copy color: '#B14016'

red 177 ◦ green 64 ◦ blue 22

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

Shades of Rust #B14016

Tints of Rust #B14016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

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

R = 67.3%
G = 24.33%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B14016 (or 0xB14016) is known color: Rust. HEX triplet: B1, 40 and 16. RGB value is (177,64,22). Sum of RGB (Red+Green+Blue) = 177+64+22=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B14016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14016 is #4EBFE9. Grayscale: #5D5D5D. Windows color (decimal): -5160938 or 1458353. OLE color: 1458353.

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

Color convert

RGB 177 64 22 -
CMYK 0 0.64 0.88 0.31
HSL 16.26º 0.78% 0.39% -
HSV(B) 16.26º 0.88% 0.69% -
XYZ 20.11 13.07 2.22 -
YUV 93 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 177 64 22 0 0.64 0.88 0.31 16.26 0.78 0.39
Hex B1 40 16 0 40 58 1F 10 4E 27
Octal 261 100 26 0 100 130 37 20 116 47
Binary 10110001 1000000 10110 0 1000000 1011000 11111 10000 1001110 100111

Color Harmonies of #B14016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14016

Black with #B14016

Text Example


Text Example

White with #B14016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14016; }

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

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

background-color css

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

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

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

border-color css

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

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

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