Html Css Color HEX #B94200 Rust

📋 copy color: '#B94200'

red 185 ◦ green 66 ◦ blue 0

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

Shades of Rust #B94200

Tints of Rust #B94200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

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

R = 73.71%
G = 26.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B94200 (or 0xB94200) is known color: Rust. HEX triplet: B9, 42 and 00. RGB value is (185,66,0). Sum of RGB (Red+Green+Blue) = 185+66+0=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B94200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94200 is #46BDFF. Grayscale: #5E5E5E. Windows color (decimal): -4636160 or 17081. OLE color: 17081.

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

Color convert

RGB 185 66 0 -
CMYK 0 0.64 1 0.27
HSL 21.41º 1% 0.36% -
HSV(B) 21.41º 1% 0.73% -
XYZ 21.96 14.21 1.59 -
YUV 94.06 74.92 192.87 -
System Red Green Blue C M Y K H S L
Decimal 185 66 0 0 0.64 1 0.27 21.41 1 0.36
Hex B9 42 0 0 40 64 1B 15 64 24
Octal 271 102 0 0 100 144 33 25 144 44
Binary 10111001 1000010 0 0 1000000 1100100 11011 10101 1100100 100100

Color Harmonies of #B94200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94200

Black with #B94200

Text Example


Text Example

White with #B94200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94200; }

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

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

background-color css

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

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

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

border-color css

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

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

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