Html Css Color HEX #B34504 Rust

📋 copy color: '#B34504'

red 179 ◦ green 69 ◦ blue 4

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

Shades of Rust #B34504

Tints of Rust #B34504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 71.03%
G = 27.38%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B34504 (or 0xB34504) is known color: Rust. HEX triplet: B3, 45 and 04. RGB value is (179,69,4). Sum of RGB (Red+Green+Blue) = 179+69+4=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B34504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34504 is #4CBAFB. Grayscale: #5E5E5E. Windows color (decimal): -5028604 or 279987. OLE color: 279987.

HSL color Cylindrical-coordinate representation of color #B34504: hue angle of 22.29º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B34504 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 69 4 -
CMYK 0 0.61 0.98 0.30
HSL 22.29º 0.96% 0.36% -
HSV(B) 22.29º 0.98% 0.7% -
XYZ 20.74 13.85 1.69 -
YUV 94.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 179 69 4 0 0.61 0.98 0.30 22.29 0.96 0.36
Hex B3 45 4 0 3D 62 1E 16 60 24
Octal 263 105 4 0 75 142 36 26 140 44
Binary 10110011 1000101 100 0 111101 1100010 11110 10110 1100000 100100

Color Harmonies of #B34504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34504

Black with #B34504

Text Example


Text Example

White with #B34504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34504; }

 p { color: rgb(179,69,4); }

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

background-color css

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

 a { background-color: rgb(179,69,4); }

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

border-color css

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

 span { border-color: rgb(179,69,4); }

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