Html Css Color HEX #B94109 Rust

📋 copy color: '#B94109'

red 185 ◦ green 65 ◦ blue 9

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

Shades of Rust #B94109

Tints of Rust #B94109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

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

R = 71.43%
G = 25.1%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B94109 (or 0xB94109) is known color: Rust. HEX triplet: B9, 41 and 09. RGB value is (185,65,9). Sum of RGB (Red+Green+Blue) = 185+65+9=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B94109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94109 is #46BEF6. Grayscale: #5E5E5E. Windows color (decimal): -4636407 or 606649. OLE color: 606649.

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

Color convert

RGB 185 65 9 -
CMYK 0 0.65 0.95 0.27
HSL 19.09º 0.91% 0.38% -
HSV(B) 19.09º 0.95% 0.73% -
XYZ 21.95 14.11 1.83 -
YUV 94.5 79.76 192.55 -
System Red Green Blue C M Y K H S L
Decimal 185 65 9 0 0.65 0.95 0.27 19.09 0.91 0.38
Hex B9 41 9 0 41 5F 1B 13 5B 26
Octal 271 101 11 0 101 137 33 23 133 46
Binary 10111001 1000001 1001 0 1000001 1011111 11011 10011 1011011 100110

Color Harmonies of #B94109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94109

Black with #B94109

Text Example


Text Example

White with #B94109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94109; }

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

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

background-color css

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

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

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

border-color css

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

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

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