Html Css Color HEX #B34D19 Rust

📋 copy color: '#B34D19'

red 179 ◦ green 77 ◦ blue 25

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

Shades of Rust #B34D19

Tints of Rust #B34D19

RGB

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

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

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

R = 63.7%
G = 27.4%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B34D19 (or 0xB34D19) is known color: Rust. HEX triplet: B3, 4D and 19. RGB value is (179,77,25). Sum of RGB (Red+Green+Blue) = 179+77+25=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34D19 is #4CB2E6. Grayscale: #656565. Windows color (decimal): -5026535 or 1658291. OLE color: 1658291.

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

Color convert

RGB 179 77 25 -
CMYK 0 0.57 0.86 0.30
HSL 20.26º 0.75% 0.4% -
HSV(B) 20.26º 0.86% 0.7% -
XYZ 21.42 14.96 2.68 -
YUV 101.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 179 77 25 0 0.57 0.86 0.30 20.26 0.75 0.4
Hex B3 4D 19 0 39 56 1E 14 4B 28
Octal 263 115 31 0 71 126 36 24 113 50
Binary 10110011 1001101 11001 0 111001 1010110 11110 10100 1001011 101000

Color Harmonies of #B34D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D19

Black with #B34D19

Text Example


Text Example

White with #B34D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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