Html Css Color HEX #B94616 Rust

📋 copy color: '#B94616'

red 185 ◦ green 70 ◦ blue 22

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

Shades of Rust #B94616

Tints of Rust #B94616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

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

R = 66.79%
G = 25.27%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B94616 (or 0xB94616) is known color: Rust. HEX triplet: B9, 46 and 16. RGB value is (185,70,22). Sum of RGB (Red+Green+Blue) = 185+70+22=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B94616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94616 is #46B9E9. Grayscale: #636363. Windows color (decimal): -4635114 or 1459897. OLE color: 1459897.

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

Color convert

RGB 185 70 22 -
CMYK 0 0.62 0.88 0.27
HSL 17.67º 0.79% 0.41% -
HSV(B) 17.67º 0.88% 0.73% -
XYZ 22.34 14.75 2.43 -
YUV 98.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 185 70 22 0 0.62 0.88 0.27 17.67 0.79 0.41
Hex B9 46 16 0 3E 58 1B 12 4F 29
Octal 271 106 26 0 76 130 33 22 117 51
Binary 10111001 1000110 10110 0 111110 1011000 11011 10010 1001111 101001

Color Harmonies of #B94616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94616

Black with #B94616

Text Example


Text Example

White with #B94616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94616; }

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

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

background-color css

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

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

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

border-color css

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

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

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