Html Css Color HEX #B94309 Rust

📋 copy color: '#B94309'

red 185 ◦ green 67 ◦ blue 9

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

Shades of Rust #B94309

Tints of Rust #B94309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

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

R = 70.88%
G = 25.67%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B94309 (or 0xB94309) is known color: Rust. HEX triplet: B9, 43 and 09. RGB value is (185,67,9). Sum of RGB (Red+Green+Blue) = 185+67+9=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B94309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94309 is #46BCF6. Grayscale: #606060. Windows color (decimal): -4635895 or 607161. OLE color: 607161.

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

Color convert

RGB 185 67 9 -
CMYK 0 0.64 0.95 0.27
HSL 19.77º 0.91% 0.38% -
HSV(B) 19.77º 0.95% 0.73% -
XYZ 22.06 14.35 1.87 -
YUV 95.67 79.09 191.72 -
System Red Green Blue C M Y K H S L
Decimal 185 67 9 0 0.64 0.95 0.27 19.77 0.91 0.38
Hex B9 43 9 0 40 5F 1B 14 5B 26
Octal 271 103 11 0 100 137 33 24 133 46
Binary 10111001 1000011 1001 0 1000000 1011111 11011 10100 1011011 100110

Color Harmonies of #B94309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94309

Black with #B94309

Text Example


Text Example

White with #B94309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94309; }

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

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

background-color css

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

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

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

border-color css

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

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

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