Html Css Color HEX #B34D17 Rust

📋 copy color: '#B34D17'

red 179 ◦ green 77 ◦ blue 23

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

Shades of Rust #B34D17

Tints of Rust #B34D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.24%

R = 64.16%
G = 27.6%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B34D17 (or 0xB34D17) is known color: Rust. HEX triplet: B3, 4D and 17. RGB value is (179,77,23). Sum of RGB (Red+Green+Blue) = 179+77+23=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34D17 is #4CB2E8. Grayscale: #656565. Windows color (decimal): -5026537 or 1527219. OLE color: 1527219.

HSL color Cylindrical-coordinate representation of color #B34D17: hue angle of 20.77º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B34D17 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 77 23 -
CMYK 0 0.57 0.87 0.30
HSL 20.77º 0.77% 0.4% -
HSV(B) 20.77º 0.87% 0.7% -
XYZ 21.4 14.95 2.57 -
YUV 101.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 179 77 23 0 0.57 0.87 0.30 20.77 0.77 0.4
Hex B3 4D 17 0 39 57 1E 15 4D 28
Octal 263 115 27 0 71 127 36 25 115 50
Binary 10110011 1001101 10111 0 111001 1010111 11110 10101 1001101 101000

Color Harmonies of #B34D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D17

Black with #B34D17

Text Example


Text Example

White with #B34D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D17; }

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

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

background-color css

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

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

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

border-color css

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

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

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