Html Css Color HEX #B94E11 Rust

📋 copy color: '#B94E11'

red 185 ◦ green 78 ◦ blue 17

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

Shades of Rust #B94E11

Tints of Rust #B94E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.86%

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

R = 66.07%
G = 27.86%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B94E11 (or 0xB94E11) is known color: Rust. HEX triplet: B9, 4E and 11. RGB value is (185,78,17). Sum of RGB (Red+Green+Blue) = 185+78+17=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94E11 is #46B1EE. Grayscale: #676767. Windows color (decimal): -4633071 or 1134265. OLE color: 1134265.

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

Color convert

RGB 185 78 17 -
CMYK 0 0.58 0.91 0.27
HSL 21.79º 0.83% 0.4% -
HSV(B) 21.79º 0.91% 0.73% -
XYZ 22.83 15.8 2.38 -
YUV 103.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 185 78 17 0 0.58 0.91 0.27 21.79 0.83 0.4
Hex B9 4E 11 0 3A 5B 1B 16 53 28
Octal 271 116 21 0 72 133 33 26 123 50
Binary 10111001 1001110 10001 0 111010 1011011 11011 10110 1010011 101000

Color Harmonies of #B94E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94E11

Black with #B94E11

Text Example


Text Example

White with #B94E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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