Html Css Color HEX #B94216 Rust

📋 copy color: '#B94216'

red 185 ◦ green 66 ◦ blue 22

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

Shades of Rust #B94216

Tints of Rust #B94216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

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

R = 67.77%
G = 24.18%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B94216 (or 0xB94216) is known color: Rust. HEX triplet: B9, 42 and 16. RGB value is (185,66,22). Sum of RGB (Red+Green+Blue) = 185+66+22=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B94216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94216 is #46BDE9. Grayscale: #606060. Windows color (decimal): -4636138 or 1458873. OLE color: 1458873.

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

Color convert

RGB 185 66 22 -
CMYK 0 0.64 0.88 0.27
HSL 16.2º 0.79% 0.41% -
HSV(B) 16.2º 0.88% 0.73% -
XYZ 22.1 14.27 2.35 -
YUV 96.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 185 66 22 0 0.64 0.88 0.27 16.2 0.79 0.41
Hex B9 42 16 0 40 58 1B 10 4F 29
Octal 271 102 26 0 100 130 33 20 117 51
Binary 10111001 1000010 10110 0 1000000 1011000 11011 10000 1001111 101001

Color Harmonies of #B94216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94216

Black with #B94216

Text Example


Text Example

White with #B94216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94216; }

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

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

background-color css

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

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

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

border-color css

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

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

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