Html Css Color HEX #B94411 Rust

📋 copy color: '#B94411'

red 185 ◦ green 68 ◦ blue 17

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

Shades of Rust #B94411

Tints of Rust #B94411

RGB

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

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

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

R = 68.52%
G = 25.19%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B94411 (or 0xB94411) is known color: Rust. HEX triplet: B9, 44 and 11. RGB value is (185,68,17). Sum of RGB (Red+Green+Blue) = 185+68+17=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B94411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94411 is #46BBEE. Grayscale: #616161. Windows color (decimal): -4635631 or 1131705. OLE color: 1131705.

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

Color convert

RGB 185 68 17 -
CMYK 0 0.63 0.91 0.27
HSL 18.21º 0.83% 0.4% -
HSV(B) 18.21º 0.91% 0.73% -
XYZ 22.18 14.49 2.16 -
YUV 97.17 82.76 190.65 -
System Red Green Blue C M Y K H S L
Decimal 185 68 17 0 0.63 0.91 0.27 18.21 0.83 0.4
Hex B9 44 11 0 3F 5B 1B 12 53 28
Octal 271 104 21 0 77 133 33 22 123 50
Binary 10111001 1000100 10001 0 111111 1011011 11011 10010 1010011 101000

Color Harmonies of #B94411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94411

Black with #B94411

Text Example


Text Example

White with #B94411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94411; }

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

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

background-color css

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

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

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

border-color css

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

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

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