Html Css Color HEX #B94000 Rust

📋 copy color: '#B94000'

red 185 ◦ green 64 ◦ blue 0

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

Shades of Rust #B94000

Tints of Rust #B94000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

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

R = 74.3%
G = 25.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B94000 (or 0xB94000) is known color: Rust. HEX triplet: B9, 40 and 00. RGB value is (185,64,0). Sum of RGB (Red+Green+Blue) = 185+64+0=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B94000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94000 is #46BFFF. Grayscale: #5D5D5D. Windows color (decimal): -4636672 or 16569. OLE color: 16569.

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

Color convert

RGB 185 64 0 -
CMYK 0 0.65 1 0.27
HSL 20.76º 1% 0.36% -
HSV(B) 20.76º 1% 0.73% -
XYZ 21.84 13.98 1.55 -
YUV 92.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 185 64 0 0 0.65 1 0.27 20.76 1 0.36
Hex B9 40 0 0 41 64 1B 15 64 24
Octal 271 100 0 0 101 144 33 25 144 44
Binary 10111001 1000000 0 0 1000001 1100100 11011 10101 1100100 100100

Color Harmonies of #B94000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94000

Black with #B94000

Text Example


Text Example

White with #B94000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94000; }

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

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

background-color css

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

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

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

border-color css

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

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

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