Html Css Color HEX #B94916 Rust

📋 copy color: '#B94916'

red 185 ◦ green 73 ◦ blue 22

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

Shades of Rust #B94916

Tints of Rust #B94916

RGB

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

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

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

R = 66.07%
G = 26.07%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B94916 (or 0xB94916) is known color: Rust. HEX triplet: B9, 49 and 16. RGB value is (185,73,22). Sum of RGB (Red+Green+Blue) = 185+73+22=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B94916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94916 is #46B6E9. Grayscale: #646464. Windows color (decimal): -4634346 or 1460665. OLE color: 1460665.

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

Color convert

RGB 185 73 22 -
CMYK 0 0.61 0.88 0.27
HSL 18.77º 0.79% 0.41% -
HSV(B) 18.77º 0.88% 0.73% -
XYZ 22.53 15.14 2.49 -
YUV 100.67 83.61 188.15 -
System Red Green Blue C M Y K H S L
Decimal 185 73 22 0 0.61 0.88 0.27 18.77 0.79 0.41
Hex B9 49 16 0 3D 58 1B 13 4F 29
Octal 271 111 26 0 75 130 33 23 117 51
Binary 10111001 1001001 10110 0 111101 1011000 11011 10011 1001111 101001

Color Harmonies of #B94916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94916

Black with #B94916

Text Example


Text Example

White with #B94916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94916; }

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

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

background-color css

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

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

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

border-color css

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

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

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