Html Css Color HEX #B94500 Rust

📋 copy color: '#B94500'

red 185 ◦ green 69 ◦ blue 0

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

Shades of Rust #B94500

Tints of Rust #B94500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 72.83%
G = 27.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B94500 (or 0xB94500) is known color: Rust. HEX triplet: B9, 45 and 00. RGB value is (185,69,0). Sum of RGB (Red+Green+Blue) = 185+69+0=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B94500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94500 is #46BAFF. Grayscale: #606060. Windows color (decimal): -4635392 or 17849. OLE color: 17849.

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

Color convert

RGB 185 69 0 -
CMYK 0 0.63 1 0.27
HSL 22.38º 1% 0.36% -
HSV(B) 22.38º 1% 0.73% -
XYZ 22.14 14.57 1.65 -
YUV 95.82 73.93 191.61 -
System Red Green Blue C M Y K H S L
Decimal 185 69 0 0 0.63 1 0.27 22.38 1 0.36
Hex B9 45 0 0 3F 64 1B 16 64 24
Octal 271 105 0 0 77 144 33 26 144 44
Binary 10111001 1000101 0 0 111111 1100100 11011 10110 1100100 100100

Color Harmonies of #B94500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94500

Black with #B94500

Text Example


Text Example

White with #B94500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94500; }

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

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

background-color css

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

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

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

border-color css

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

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

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