Html Css Color HEX #B34A19 Rust

📋 copy color: '#B34A19'

red 179 ◦ green 74 ◦ blue 25

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

Shades of Rust #B34A19

Tints of Rust #B34A19

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

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

R = 64.39%
G = 26.62%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B34A19 (or 0xB34A19) is known color: Rust. HEX triplet: B3, 4A and 19. RGB value is (179,74,25). Sum of RGB (Red+Green+Blue) = 179+74+25=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34A19 is #4CB5E6. Grayscale: #646464. Windows color (decimal): -5027303 or 1657523. OLE color: 1657523.

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

Color convert

RGB 179 74 25 -
CMYK 0 0.59 0.86 0.30
HSL 19.09º 0.75% 0.4% -
HSV(B) 19.09º 0.86% 0.7% -
XYZ 21.21 14.55 2.61 -
YUV 99.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 179 74 25 0 0.59 0.86 0.30 19.09 0.75 0.4
Hex B3 4A 19 0 3B 56 1E 13 4B 28
Octal 263 112 31 0 73 126 36 23 113 50
Binary 10110011 1001010 11001 0 111011 1010110 11110 10011 1001011 101000

Color Harmonies of #B34A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34A19

Black with #B34A19

Text Example


Text Example

White with #B34A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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