Html Css Color HEX #B34819 Rust

📋 copy color: '#B34819'

red 179 ◦ green 72 ◦ blue 25

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

Shades of Rust #B34819

Tints of Rust #B34819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 64.86%
G = 26.09%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B34819 (or 0xB34819) is known color: Rust. HEX triplet: B3, 48 and 19. RGB value is (179,72,25). Sum of RGB (Red+Green+Blue) = 179+72+25=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B34819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34819 is #4CB7E6. Grayscale: #626262. Windows color (decimal): -5027815 or 1657011. OLE color: 1657011.

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

Color convert

RGB 179 72 25 -
CMYK 0 0.60 0.86 0.30
HSL 18.31º 0.75% 0.4% -
HSV(B) 18.31º 0.86% 0.7% -
XYZ 21.08 14.29 2.57 -
YUV 98.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 179 72 25 0 0.60 0.86 0.30 18.31 0.75 0.4
Hex B3 48 19 0 3C 56 1E 12 4B 28
Octal 263 110 31 0 74 126 36 22 113 50
Binary 10110011 1001000 11001 0 111100 1010110 11110 10010 1001011 101000

Color Harmonies of #B34819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34819

Black with #B34819

Text Example


Text Example

White with #B34819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34819; }

 p { color: rgb(179,72,25); }

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

background-color css

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

 a { background-color: rgb(179,72,25); }

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

border-color css

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

 span { border-color: rgb(179,72,25); }

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