Html Css Color HEX #B94905 Rust

📋 copy color: '#B94905'

red 185 ◦ green 73 ◦ blue 5

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

Shades of Rust #B94905

Tints of Rust #B94905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.76%

 BLUE value IS 5 (2.34% from 255) = 1.9%

R = 70.34%
G = 27.76%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B94905 (or 0xB94905) is known color: Rust. HEX triplet: B9, 49 and 05. RGB value is (185,73,5). Sum of RGB (Red+Green+Blue) = 185+73+5=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B94905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94905 is #46B6FA. Grayscale: #636363. Windows color (decimal): -4634363 or 346553. OLE color: 346553.

HSL color Cylindrical-coordinate representation of color #B94905: hue angle of 22.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B94905 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 73 5 -
CMYK 0 0.61 0.97 0.27
HSL 22.67º 0.95% 0.37% -
HSV(B) 22.67º 0.97% 0.73% -
XYZ 22.42 15.09 1.87 -
YUV 98.74 75.11 189.53 -
System Red Green Blue C M Y K H S L
Decimal 185 73 5 0 0.61 0.97 0.27 22.67 0.95 0.37
Hex B9 49 5 0 3D 61 1B 17 5F 25
Octal 271 111 5 0 75 141 33 27 137 45
Binary 10111001 1001001 101 0 111101 1100001 11011 10111 1011111 100101

Color Harmonies of #B94905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94905

Black with #B94905

Text Example


Text Example

White with #B94905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94905; }

 p { color: rgb(185,73,5); }

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

background-color css

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

 a { background-color: rgb(185,73,5); }

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

border-color css

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

 span { border-color: rgb(185,73,5); }

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