Html Css Color HEX #B94B00 Rust

📋 copy color: '#B94B00'

red 185 ◦ green 75 ◦ blue 0

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

Shades of Rust #B94B00

Tints of Rust #B94B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.85%

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

R = 71.15%
G = 28.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B94B00 (or 0xB94B00) is known color: Rust. HEX triplet: B9, 4B and 00. RGB value is (185,75,0). Sum of RGB (Red+Green+Blue) = 185+75+0=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B94B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94B00 is #46B4FF. Grayscale: #636363. Windows color (decimal): -4633856 or 19385. OLE color: 19385.

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

Color convert

RGB 185 75 0 -
CMYK 0 0.59 1 0.27
HSL 24.32º 1% 0.36% -
HSV(B) 24.32º 1% 0.73% -
XYZ 22.52 15.35 1.78 -
YUV 99.34 71.94 189.1 -
System Red Green Blue C M Y K H S L
Decimal 185 75 0 0 0.59 1 0.27 24.32 1 0.36
Hex B9 4B 0 0 3B 64 1B 18 64 24
Octal 271 113 0 0 73 144 33 30 144 44
Binary 10111001 1001011 0 0 111011 1100100 11011 11000 1100100 100100

Color Harmonies of #B94B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94B00

Black with #B94B00

Text Example


Text Example

White with #B94B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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