Html Css Color HEX #B34E1B Rust

📋 copy color: '#B34E1B'

red 179 ◦ green 78 ◦ blue 27

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

Shades of Rust #B34E1B

Tints of Rust #B34E1B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.46%

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

R = 63.03%
G = 27.46%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B34E1B (or 0xB34E1B) is known color: Rust. HEX triplet: B3, 4E and 1B. RGB value is (179,78,27). Sum of RGB (Red+Green+Blue) = 179+78+27=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34E1B is #4CB1E4. Grayscale: #666666. Windows color (decimal): -5026277 or 1789619. OLE color: 1789619.

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

Color convert

RGB 179 78 27 -
CMYK 0 0.56 0.85 0.30
HSL 20.13º 0.74% 0.4% -
HSV(B) 20.13º 0.85% 0.7% -
XYZ 21.51 15.11 2.82 -
YUV 102.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 179 78 27 0 0.56 0.85 0.30 20.13 0.74 0.4
Hex B3 4E 1B 0 38 55 1E 14 4A 28
Octal 263 116 33 0 70 125 36 24 112 50
Binary 10110011 1001110 11011 0 111000 1010101 11110 10100 1001010 101000

Color Harmonies of #B34E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34E1B

Black with #B34E1B

Text Example


Text Example

White with #B34E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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