Html Css Color HEX #B34D1B Rust

📋 copy color: '#B34D1B'

red 179 ◦ green 77 ◦ blue 27

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

Shades of Rust #B34D1B

Tints of Rust #B34D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.54%

R = 63.25%
G = 27.21%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B34D1B (or 0xB34D1B) is known color: Rust. HEX triplet: B3, 4D and 1B. RGB value is (179,77,27). Sum of RGB (Red+Green+Blue) = 179+77+27=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34D1B is #4CB2E4. Grayscale: #666666. Windows color (decimal): -5026533 or 1789363. OLE color: 1789363.

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

Color convert

RGB 179 77 27 -
CMYK 0 0.57 0.85 0.30
HSL 19.74º 0.74% 0.4% -
HSV(B) 19.74º 0.85% 0.7% -
XYZ 21.44 14.97 2.8 -
YUV 101.8 85.79 183.07 -
System Red Green Blue C M Y K H S L
Decimal 179 77 27 0 0.57 0.85 0.30 19.74 0.74 0.4
Hex B3 4D 1B 0 39 55 1E 14 4A 28
Octal 263 115 33 0 71 125 36 24 112 50
Binary 10110011 1001101 11011 0 111001 1010101 11110 10100 1001010 101000

Color Harmonies of #B34D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D1B

Black with #B34D1B

Text Example


Text Example

White with #B34D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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