Html Css Color HEX #B94E00 Rust

📋 copy color: '#B94E00'

red 185 ◦ green 78 ◦ blue 0

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

Shades of Rust #B94E00

Tints of Rust #B94E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.34%
G = 29.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B94E00 (or 0xB94E00) is known color: Rust. HEX triplet: B9, 4E and 00. RGB value is (185,78,0). Sum of RGB (Red+Green+Blue) = 185+78+0=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B94E00 is #46B1FF. Grayscale: #656565. Windows color (decimal): -4633088 or 20153. OLE color: 20153.

HSL color Cylindrical-coordinate representation of color #B94E00: hue angle of 25.3º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B94E00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 78 0 -
CMYK 0 0.58 1 0.27
HSL 25.3º 1% 0.36% -
HSV(B) 25.3º 1% 0.73% -
XYZ 22.73 15.76 1.84 -
YUV 101.1 70.95 187.84 -
System Red Green Blue C M Y K H S L
Decimal 185 78 0 0 0.58 1 0.27 25.3 1 0.36
Hex B9 4E 0 0 3A 64 1B 19 64 24
Octal 271 116 0 0 72 144 33 31 144 44
Binary 10111001 1001110 0 0 111010 1100100 11011 11001 1100100 100100

Color Harmonies of #B94E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94E00

Black with #B94E00

Text Example


Text Example

White with #B94E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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