Html Css Color HEX #B34911 Rust

📋 copy color: '#B34911'

red 179 ◦ green 73 ◦ blue 17

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

Shades of Rust #B34911

Tints of Rust #B34911

RGB

 RED value IS 179 (70.31% from 255) = 66.54%

 GREEN value IS 73 (28.91% from 255) = 27.14%

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

R = 66.54%
G = 27.14%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B34911 (or 0xB34911) is known color: Rust. HEX triplet: B3, 49 and 11. RGB value is (179,73,17). Sum of RGB (Red+Green+Blue) = 179+73+17=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B34911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34911 is #4CB6EE. Grayscale: #626262. Windows color (decimal): -5027567 or 1132979. OLE color: 1132979.

HSL color Cylindrical-coordinate representation of color #B34911: hue angle of 20.74º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B34911 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 73 17 -
CMYK 0 0.59 0.91 0.30
HSL 20.74º 0.83% 0.38% -
HSV(B) 20.74º 0.91% 0.7% -
XYZ 21.07 14.39 2.2 -
YUV 98.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 179 73 17 0 0.59 0.91 0.30 20.74 0.83 0.38
Hex B3 49 11 0 3B 5B 1E 15 53 26
Octal 263 111 21 0 73 133 36 25 123 46
Binary 10110011 1001001 10001 0 111011 1011011 11110 10101 1010011 100110

Color Harmonies of #B34911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34911

Black with #B34911

Text Example


Text Example

White with #B34911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34911; }

 p { color: rgb(179,73,17); }

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

background-color css

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

 a { background-color: rgb(179,73,17); }

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

border-color css

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

 span { border-color: rgb(179,73,17); }

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