Html Css Color HEX #B34804 Rust

📋 copy color: '#B34804'

red 179 ◦ green 72 ◦ blue 4

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

Shades of Rust #B34804

Tints of Rust #B34804

RGB

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

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

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

R = 70.2%
G = 28.24%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B34804 (or 0xB34804) is known color: Rust. HEX triplet: B3, 48 and 04. RGB value is (179,72,4). Sum of RGB (Red+Green+Blue) = 179+72+4=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B34804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34804 is #4CB7FB. Grayscale: #606060. Windows color (decimal): -5027836 or 280755. OLE color: 280755.

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

Color convert

RGB 179 72 4 -
CMYK 0 0.60 0.98 0.30
HSL 23.31º 0.96% 0.36% -
HSV(B) 23.31º 0.98% 0.7% -
XYZ 20.93 14.23 1.76 -
YUV 96.24 75.95 187.03 -
System Red Green Blue C M Y K H S L
Decimal 179 72 4 0 0.60 0.98 0.30 23.31 0.96 0.36
Hex B3 48 4 0 3C 62 1E 17 60 24
Octal 263 110 4 0 74 142 36 27 140 44
Binary 10110011 1001000 100 0 111100 1100010 11110 10111 1100000 100100

Color Harmonies of #B34804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34804

Black with #B34804

Text Example


Text Example

White with #B34804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34804; }

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

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

background-color css

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

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

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

border-color css

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

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

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