Html Css Color HEX #B94211 Rust

📋 copy color: '#B94211'

red 185 ◦ green 66 ◦ blue 17

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

Shades of Rust #B94211

Tints of Rust #B94211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.63%

 BLUE value IS 17 (7.03% from 255) = 6.34%

R = 69.03%
G = 24.63%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B94211 (or 0xB94211) is known color: Rust. HEX triplet: B9, 42 and 11. RGB value is (185,66,17). Sum of RGB (Red+Green+Blue) = 185+66+17=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B94211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94211 is #46BDEE. Grayscale: #606060. Windows color (decimal): -4636143 or 1131193. OLE color: 1131193.

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

Color convert

RGB 185 66 17 -
CMYK 0 0.64 0.91 0.27
HSL 17.5º 0.83% 0.4% -
HSV(B) 17.5º 0.91% 0.73% -
XYZ 22.06 14.25 2.12 -
YUV 96 83.42 191.48 -
System Red Green Blue C M Y K H S L
Decimal 185 66 17 0 0.64 0.91 0.27 17.5 0.83 0.4
Hex B9 42 11 0 40 5B 1B 12 53 28
Octal 271 102 21 0 100 133 33 22 123 50
Binary 10111001 1000010 10001 0 1000000 1011011 11011 10010 1010011 101000

Color Harmonies of #B94211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94211

Black with #B94211

Text Example


Text Example

White with #B94211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94211; }

 p { color: rgb(185,66,17); }

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

background-color css

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

 a { background-color: rgb(185,66,17); }

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

border-color css

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

 span { border-color: rgb(185,66,17); }

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