Html Css Color HEX #B34207 Rust

📋 copy color: '#B34207'

red 179 ◦ green 66 ◦ blue 7

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

Shades of Rust #B34207

Tints of Rust #B34207

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 71.03%
G = 26.19%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B34207 (or 0xB34207) is known color: Rust. HEX triplet: B3, 42 and 07. RGB value is (179,66,7). Sum of RGB (Red+Green+Blue) = 179+66+7=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B34207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34207 is #4CBDF8. Grayscale: #5D5D5D. Windows color (decimal): -5029369 or 475827. OLE color: 475827.

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

Color convert

RGB 179 66 7 -
CMYK 0 0.63 0.96 0.30
HSL 20.58º 0.92% 0.36% -
HSV(B) 20.58º 0.96% 0.7% -
XYZ 20.58 13.5 1.72 -
YUV 93.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 179 66 7 0 0.63 0.96 0.30 20.58 0.92 0.36
Hex B3 42 7 0 3F 60 1E 15 5C 24
Octal 263 102 7 0 77 140 36 25 134 44
Binary 10110011 1000010 111 0 111111 1100000 11110 10101 1011100 100100

Color Harmonies of #B34207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34207

Black with #B34207

Text Example


Text Example

White with #B34207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34207; }

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

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

background-color css

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

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

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

border-color css

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

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

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