Html Css Color HEX #B94600 Rust

📋 copy color: '#B94600'

red 185 ◦ green 70 ◦ blue 0

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

Shades of Rust #B94600

Tints of Rust #B94600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

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

R = 72.55%
G = 27.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B94600 (or 0xB94600) is known color: Rust. HEX triplet: B9, 46 and 00. RGB value is (185,70,0). Sum of RGB (Red+Green+Blue) = 185+70+0=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B94600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94600 is #46B9FF. Grayscale: #606060. Windows color (decimal): -4635136 or 18105. OLE color: 18105.

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

Color convert

RGB 185 70 0 -
CMYK 0 0.62 1 0.27
HSL 22.7º 1% 0.36% -
HSV(B) 22.7º 1% 0.73% -
XYZ 22.2 14.69 1.67 -
YUV 96.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 185 70 0 0 0.62 1 0.27 22.7 1 0.36
Hex B9 46 0 0 3E 64 1B 17 64 24
Octal 271 106 0 0 76 144 33 27 144 44
Binary 10111001 1000110 0 0 111110 1100100 11011 10111 1100100 100100

Color Harmonies of #B94600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94600

Black with #B94600

Text Example


Text Example

White with #B94600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94600; }

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

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

background-color css

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

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

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

border-color css

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

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

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