Html Css Color HEX #B34006 Rust

📋 copy color: '#B34006'

red 179 ◦ green 64 ◦ blue 6

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

Shades of Rust #B34006

Tints of Rust #B34006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.7%

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 71.89%
G = 25.7%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B34006 (or 0xB34006) is known color: Rust. HEX triplet: B3, 40 and 06. RGB value is (179,64,6). Sum of RGB (Red+Green+Blue) = 179+64+6=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B34006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34006 is #4CBFF9. Grayscale: #5C5C5C. Windows color (decimal): -5029882 or 409779. OLE color: 409779.

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

Color convert

RGB 179 64 6 -
CMYK 0 0.64 0.97 0.30
HSL 20.12º 0.94% 0.36% -
HSV(B) 20.12º 0.97% 0.7% -
XYZ 20.46 13.26 1.65 -
YUV 91.77 79.6 190.22 -
System Red Green Blue C M Y K H S L
Decimal 179 64 6 0 0.64 0.97 0.30 20.12 0.94 0.36
Hex B3 40 6 0 40 61 1E 14 5E 24
Octal 263 100 6 0 100 141 36 24 136 44
Binary 10110011 1000000 110 0 1000000 1100001 11110 10100 1011110 100100

Color Harmonies of #B34006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34006

Black with #B34006

Text Example


Text Example

White with #B34006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34006; }

 p { color: rgb(179,64,6); }

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

background-color css

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

 a { background-color: rgb(179,64,6); }

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

border-color css

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

 span { border-color: rgb(179,64,6); }

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