Html Css Color HEX #B34106 Rust

📋 copy color: '#B34106'

red 179 ◦ green 65 ◦ blue 6

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

Shades of Rust #B34106

Tints of Rust #B34106

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 71.6%
G = 26%
B = 2.4%

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

#B34106 (or 0xB34106) is known color: Rust. HEX triplet: B3, 41 and 06. RGB value is (179,65,6). Sum of RGB (Red+Green+Blue) = 179+65+6=250 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.6% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 179 - color contains mainly: red. Hex color #B34106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34106 is #4CBEF9. Grayscale: #5C5C5C. Windows color (decimal): -5029626 or 410035. OLE color: 410035.

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

Color convert

RGB 179 65 6 -
CMYK 0 0.64 0.97 0.30
HSL 20.46º 0.94% 0.36% -
HSV(B) 20.46º 0.97% 0.7% -
XYZ 20.51 13.38 1.67 -
YUV 92.36 79.27 189.8 -
System Red Green Blue C M Y K H S L
Decimal 179 65 6 0 0.64 0.97 0.30 20.46 0.94 0.36
Hex B3 41 6 0 40 61 1E 14 5E 24
Octal 263 101 6 0 100 141 36 24 136 44
Binary 10110011 1000001 110 0 1000000 1100001 11110 10100 1011110 100100

Color Harmonies of #B34106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34106

Black with #B34106

Text Example


Text Example

White with #B34106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34106; }

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

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

background-color css

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

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

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

border-color css

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

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

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