Html Css Color HEX #B94809 Rust

📋 copy color: '#B94809'

red 185 ◦ green 72 ◦ blue 9

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

Shades of Rust #B94809

Tints of Rust #B94809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

 BLUE value IS 9 (3.91% from 255) = 3.38%

R = 69.55%
G = 27.07%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B94809 (or 0xB94809) is known color: Rust. HEX triplet: B9, 48 and 09. RGB value is (185,72,9). Sum of RGB (Red+Green+Blue) = 185+72+9=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B94809 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94809 is #46B7F6. Grayscale: #626262. Windows color (decimal): -4634615 or 608441. OLE color: 608441.

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

Color convert

RGB 185 72 9 -
CMYK 0 0.61 0.95 0.27
HSL 21.48º 0.91% 0.38% -
HSV(B) 21.48º 0.95% 0.73% -
XYZ 22.37 14.97 1.97 -
YUV 98.61 77.44 189.62 -
System Red Green Blue C M Y K H S L
Decimal 185 72 9 0 0.61 0.95 0.27 21.48 0.91 0.38
Hex B9 48 9 0 3D 5F 1B 15 5B 26
Octal 271 110 11 0 75 137 33 25 133 46
Binary 10111001 1001000 1001 0 111101 1011111 11011 10101 1011011 100110

Color Harmonies of #B94809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94809

Black with #B94809

Text Example


Text Example

White with #B94809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94809; }

 p { color: rgb(185,72,9); }

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

background-color css

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

 a { background-color: rgb(185,72,9); }

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

border-color css

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

 span { border-color: rgb(185,72,9); }

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