Html Css Color HEX #B94409 Rust

📋 copy color: '#B94409'

red 185 ◦ green 68 ◦ blue 9

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

Shades of Rust #B94409

Tints of Rust #B94409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

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

R = 70.61%
G = 25.95%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B94409 (or 0xB94409) is known color: Rust. HEX triplet: B9, 44 and 09. RGB value is (185,68,9). Sum of RGB (Red+Green+Blue) = 185+68+9=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B94409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94409 is #46BBF6. Grayscale: #606060. Windows color (decimal): -4635639 or 607417. OLE color: 607417.

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

Color convert

RGB 185 68 9 -
CMYK 0 0.63 0.95 0.27
HSL 20.11º 0.91% 0.38% -
HSV(B) 20.11º 0.95% 0.73% -
XYZ 22.12 14.47 1.89 -
YUV 96.26 78.76 191.3 -
System Red Green Blue C M Y K H S L
Decimal 185 68 9 0 0.63 0.95 0.27 20.11 0.91 0.38
Hex B9 44 9 0 3F 5F 1B 14 5B 26
Octal 271 104 11 0 77 137 33 24 133 46
Binary 10111001 1000100 1001 0 111111 1011111 11011 10100 1011011 100110

Color Harmonies of #B94409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94409

Black with #B94409

Text Example


Text Example

White with #B94409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94409; }

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

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

background-color css

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

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

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

border-color css

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

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

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