Html Css Color HEX #B94811 Rust

📋 copy color: '#B94811'

red 185 ◦ green 72 ◦ blue 17

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

Shades of Rust #B94811

Tints of Rust #B94811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

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

R = 67.52%
G = 26.28%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B94811 (or 0xB94811) is known color: Rust. HEX triplet: B9, 48 and 11. RGB value is (185,72,17). Sum of RGB (Red+Green+Blue) = 185+72+17=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B94811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94811 is #46B7EE. Grayscale: #636363. Windows color (decimal): -4634607 or 1132729. OLE color: 1132729.

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

Color convert

RGB 185 72 17 -
CMYK 0 0.61 0.91 0.27
HSL 19.64º 0.83% 0.4% -
HSV(B) 19.64º 0.91% 0.73% -
XYZ 22.43 14.99 2.24 -
YUV 99.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 185 72 17 0 0.61 0.91 0.27 19.64 0.83 0.4
Hex B9 48 11 0 3D 5B 1B 14 53 28
Octal 271 110 21 0 75 133 33 24 123 50
Binary 10111001 1001000 10001 0 111101 1011011 11011 10100 1010011 101000

Color Harmonies of #B94811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94811

Black with #B94811

Text Example


Text Example

White with #B94811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94811; }

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

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

background-color css

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

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

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

border-color css

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

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

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