Html Css Color HEX #B14910 Rust

📋 copy color: '#B14910'

red 177 ◦ green 73 ◦ blue 16

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

Shades of Rust #B14910

Tints of Rust #B14910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.44%

 BLUE value IS 16 (6.64% from 255) = 6.02%

R = 66.54%
G = 27.44%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B14910 (or 0xB14910) is known color: Rust. HEX triplet: B1, 49 and 10. RGB value is (177,73,16). Sum of RGB (Red+Green+Blue) = 177+73+16=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B14910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14910 is #4EB6EF. Grayscale: #616161. Windows color (decimal): -5158640 or 1067441. OLE color: 1067441.

HSL color Cylindrical-coordinate representation of color #B14910: hue angle of 21.24º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B14910 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 16 -
CMYK 0 0.59 0.91 0.31
HSL 21.24º 0.83% 0.38% -
HSV(B) 21.24º 0.91% 0.69% -
XYZ 20.61 14.15 2.14 -
YUV 97.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 177 73 16 0 0.59 0.91 0.31 21.24 0.83 0.38
Hex B1 49 10 0 3B 5B 1F 15 53 26
Octal 261 111 20 0 73 133 37 25 123 46
Binary 10110001 1001001 10000 0 111011 1011011 11111 10101 1010011 100110

Color Harmonies of #B14910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14910

Black with #B14910

Text Example


Text Example

White with #B14910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14910; }

 p { color: rgb(177,73,16); }

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

background-color css

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

 a { background-color: rgb(177,73,16); }

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

border-color css

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

 span { border-color: rgb(177,73,16); }

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