Html Css Color HEX #B34D11 Rust

📋 copy color: '#B34D11'

red 179 ◦ green 77 ◦ blue 17

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

Shades of Rust #B34D11

Tints of Rust #B34D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

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

R = 65.57%
G = 28.21%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B34D11 (or 0xB34D11) is known color: Rust. HEX triplet: B3, 4D and 11. RGB value is (179,77,17). Sum of RGB (Red+Green+Blue) = 179+77+17=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34D11 is #4CB2EE. Grayscale: #656565. Windows color (decimal): -5026543 or 1134003. OLE color: 1134003.

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

Color convert

RGB 179 77 17 -
CMYK 0 0.57 0.91 0.30
HSL 22.22º 0.83% 0.38% -
HSV(B) 22.22º 0.91% 0.7% -
XYZ 21.35 14.93 2.29 -
YUV 100.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 179 77 17 0 0.57 0.91 0.30 22.22 0.83 0.38
Hex B3 4D 11 0 39 5B 1E 16 53 26
Octal 263 115 21 0 71 133 36 26 123 46
Binary 10110011 1001101 10001 0 111001 1011011 11110 10110 1010011 100110

Color Harmonies of #B34D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D11

Black with #B34D11

Text Example


Text Example

White with #B34D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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