Html Css Color HEX #B34D1C Rust

📋 copy color: '#B34D1C'

red 179 ◦ green 77 ◦ blue 28

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

Shades of Rust #B34D1C

Tints of Rust #B34D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 63.03%
G = 27.11%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B34D1C (or 0xB34D1C) is known color: Rust. HEX triplet: B3, 4D and 1C. RGB value is (179,77,28). Sum of RGB (Red+Green+Blue) = 179+77+28=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34D1C is #4CB2E3. Grayscale: #666666. Windows color (decimal): -5026532 or 1854899. OLE color: 1854899.

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

Color convert

RGB 179 77 28 -
CMYK 0 0.57 0.84 0.30
HSL 19.47º 0.73% 0.41% -
HSV(B) 19.47º 0.84% 0.7% -
XYZ 21.45 14.98 2.86 -
YUV 101.91 86.29 182.98 -
System Red Green Blue C M Y K H S L
Decimal 179 77 28 0 0.57 0.84 0.30 19.47 0.73 0.41
Hex B3 4D 1C 0 39 54 1E 13 49 29
Octal 263 115 34 0 71 124 36 23 111 51
Binary 10110011 1001101 11100 0 111001 1010100 11110 10011 1001001 101001

Color Harmonies of #B34D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D1C

Black with #B34D1C

Text Example


Text Example

White with #B34D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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