Html Css Color HEX #B94400 Rust

📋 copy color: '#B94400'

red 185 ◦ green 68 ◦ blue 0

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

Shades of Rust #B94400

Tints of Rust #B94400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.88%

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

R = 73.12%
G = 26.88%
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

#B94400 (or 0xB94400) is known color: Rust. HEX triplet: B9, 44 and 00. RGB value is (185,68,0). Sum of RGB (Red+Green+Blue) = 185+68+0=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B94400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94400 is #46BBFF. Grayscale: #5F5F5F. Windows color (decimal): -4635648 or 17593. OLE color: 17593.

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

Color convert

RGB 185 68 0 -
CMYK 0 0.63 1 0.27
HSL 22.05º 1% 0.36% -
HSV(B) 22.05º 1% 0.73% -
XYZ 22.07 14.45 1.63 -
YUV 95.23 74.26 192.03 -
System Red Green Blue C M Y K H S L
Decimal 185 68 0 0 0.63 1 0.27 22.05 1 0.36
Hex B9 44 0 0 3F 64 1B 16 64 24
Octal 271 104 0 0 77 144 33 26 144 44
Binary 10111001 1000100 0 0 111111 1100100 11011 10110 1100100 100100

Color Harmonies of #B94400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94400

Black with #B94400

Text Example


Text Example

White with #B94400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94400; }

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

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

background-color css

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

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

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

border-color css

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

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

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