Html Css Color HEX #B94516 Rust

📋 copy color: '#B94516'

red 185 ◦ green 69 ◦ blue 22

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

Shades of Rust #B94516

Tints of Rust #B94516

RGB

 RED value IS 185 (72.66% from 255) = 67.03%

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

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

R = 67.03%
G = 25%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B94516 (or 0xB94516) is known color: Rust. HEX triplet: B9, 45 and 16. RGB value is (185,69,22). Sum of RGB (Red+Green+Blue) = 185+69+22=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B94516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94516 is #46BAE9. Grayscale: #626262. Windows color (decimal): -4635370 or 1459641. OLE color: 1459641.

HSL color Cylindrical-coordinate representation of color #B94516: hue angle of 17.3º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B94516 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 22 -
CMYK 0 0.63 0.88 0.27
HSL 17.3º 0.79% 0.41% -
HSV(B) 17.3º 0.88% 0.73% -
XYZ 22.28 14.63 2.41 -
YUV 98.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 185 69 22 0 0.63 0.88 0.27 17.3 0.79 0.41
Hex B9 45 16 0 3F 58 1B 11 4F 29
Octal 271 105 26 0 77 130 33 21 117 51
Binary 10111001 1000101 10110 0 111111 1011000 11011 10001 1001111 101001

Color Harmonies of #B94516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94516

Black with #B94516

Text Example


Text Example

White with #B94516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94516; }

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

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

background-color css

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

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

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

border-color css

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

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

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