Html Css Color HEX #B34E1A Rust

📋 copy color: '#B34E1A'

red 179 ◦ green 78 ◦ blue 26

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

Shades of Rust #B34E1A

Tints of Rust #B34E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.19%

R = 63.25%
G = 27.56%
B = 9.19%

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

#B34E1A (or 0xB34E1A) is known color: Rust. HEX triplet: B3, 4E and 1A. RGB value is (179,78,26). Sum of RGB (Red+Green+Blue) = 179+78+26=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34E1A is #4CB1E5. Grayscale: #666666. Windows color (decimal): -5026278 or 1724083. OLE color: 1724083.

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

Color convert

RGB 179 78 26 -
CMYK 0 0.56 0.85 0.30
HSL 20.39º 0.75% 0.4% -
HSV(B) 20.39º 0.85% 0.7% -
XYZ 21.5 15.11 2.76 -
YUV 102.27 84.96 182.73 -
System Red Green Blue C M Y K H S L
Decimal 179 78 26 0 0.56 0.85 0.30 20.39 0.75 0.4
Hex B3 4E 1A 0 38 55 1E 14 4B 28
Octal 263 116 32 0 70 125 36 24 113 50
Binary 10110011 1001110 11010 0 111000 1010101 11110 10100 1001011 101000

Color Harmonies of #B34E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34E1A

Black with #B34E1A

Text Example


Text Example

White with #B34E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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