Html Css Color HEX #B34511 Rust

📋 copy color: '#B34511'

red 179 ◦ green 69 ◦ blue 17

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

Shades of Rust #B34511

Tints of Rust #B34511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

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

R = 67.55%
G = 26.04%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B34511 (or 0xB34511) is known color: Rust. HEX triplet: B3, 45 and 11. RGB value is (179,69,17). Sum of RGB (Red+Green+Blue) = 179+69+17=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B34511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34511 is #4CBAEE. Grayscale: #606060. Windows color (decimal): -5028591 or 1131955. OLE color: 1131955.

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

Color convert

RGB 179 69 17 -
CMYK 0 0.61 0.91 0.30
HSL 19.26º 0.83% 0.38% -
HSV(B) 19.26º 0.91% 0.7% -
XYZ 20.82 13.88 2.11 -
YUV 95.96 83.44 187.23 -
System Red Green Blue C M Y K H S L
Decimal 179 69 17 0 0.61 0.91 0.30 19.26 0.83 0.38
Hex B3 45 11 0 3D 5B 1E 13 53 26
Octal 263 105 21 0 75 133 36 23 123 46
Binary 10110011 1000101 10001 0 111101 1011011 11110 10011 1010011 100110

Color Harmonies of #B34511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34511

Black with #B34511

Text Example


Text Example

White with #B34511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34511; }

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

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

background-color css

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

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

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

border-color css

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

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

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