Html Css Color HEX #B34707 Rust

📋 copy color: '#B34707'

red 179 ◦ green 71 ◦ blue 7

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

Shades of Rust #B34707

Tints of Rust #B34707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

 BLUE value IS 7 (3.13% from 255) = 2.72%

R = 69.65%
G = 27.63%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B34707 (or 0xB34707) is known color: Rust. HEX triplet: B3, 47 and 07. RGB value is (179,71,7). Sum of RGB (Red+Green+Blue) = 179+71+7=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B34707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34707 is #4CB8F8. Grayscale: #606060. Windows color (decimal): -5028089 or 477107. OLE color: 477107.

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

Color convert

RGB 179 71 7 -
CMYK 0 0.60 0.96 0.30
HSL 22.33º 0.92% 0.36% -
HSV(B) 22.33º 0.96% 0.7% -
XYZ 20.88 14.11 1.82 -
YUV 96 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 179 71 7 0 0.60 0.96 0.30 22.33 0.92 0.36
Hex B3 47 7 0 3C 60 1E 16 5C 24
Octal 263 107 7 0 74 140 36 26 134 44
Binary 10110011 1000111 111 0 111100 1100000 11110 10110 1011100 100100

Color Harmonies of #B34707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34707

Black with #B34707

Text Example


Text Example

White with #B34707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34707; }

 p { color: rgb(179,71,7); }

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

background-color css

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

 a { background-color: rgb(179,71,7); }

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

border-color css

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

 span { border-color: rgb(179,71,7); }

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