Html Css Color HEX #B94711 Rust

📋 copy color: '#B94711'

red 185 ◦ green 71 ◦ blue 17

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

Shades of Rust #B94711

Tints of Rust #B94711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

 BLUE value IS 17 (7.03% from 255) = 6.23%

R = 67.77%
G = 26.01%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B94711 (or 0xB94711) is known color: Rust. HEX triplet: B9, 47 and 11. RGB value is (185,71,17). Sum of RGB (Red+Green+Blue) = 185+71+17=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B94711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94711 is #46B8EE. Grayscale: #636363. Windows color (decimal): -4634863 or 1132473. OLE color: 1132473.

HSL color Cylindrical-coordinate representation of color #B94711: hue angle of 19.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B94711 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 71 17 -
CMYK 0 0.62 0.91 0.27
HSL 19.29º 0.83% 0.4% -
HSV(B) 19.29º 0.91% 0.73% -
XYZ 22.36 14.86 2.22 -
YUV 98.93 81.77 189.39 -
System Red Green Blue C M Y K H S L
Decimal 185 71 17 0 0.62 0.91 0.27 19.29 0.83 0.4
Hex B9 47 11 0 3E 5B 1B 13 53 28
Octal 271 107 21 0 76 133 33 23 123 50
Binary 10111001 1000111 10001 0 111110 1011011 11011 10011 1010011 101000

Color Harmonies of #B94711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94711

Black with #B94711

Text Example


Text Example

White with #B94711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94711; }

 p { color: rgb(185,71,17); }

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

background-color css

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

 a { background-color: rgb(185,71,17); }

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

border-color css

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

 span { border-color: rgb(185,71,17); }

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