Html Css Color HEX #B35106 Rust

📋 copy color: '#B35106'

red 179 ◦ green 81 ◦ blue 6

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

Shades of Rust #B35106

Tints of Rust #B35106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

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

R = 67.29%
G = 30.45%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B35106 (or 0xB35106) is known color: Rust. HEX triplet: B3, 51 and 06. RGB value is (179,81,6). Sum of RGB (Red+Green+Blue) = 179+81+6=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B35106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35106 is #4CAEF9. Grayscale: #666666. Windows color (decimal): -5025530 or 414131. OLE color: 414131.

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

Color convert

RGB 179 81 6 -
CMYK 0 0.55 0.97 0.30
HSL 26.01º 0.94% 0.36% -
HSV(B) 26.01º 0.97% 0.7% -
XYZ 21.57 15.48 2.02 -
YUV 101.75 73.97 183.1 -
System Red Green Blue C M Y K H S L
Decimal 179 81 6 0 0.55 0.97 0.30 26.01 0.94 0.36
Hex B3 51 6 0 37 61 1E 1A 5E 24
Octal 263 121 6 0 67 141 36 32 136 44
Binary 10110011 1010001 110 0 110111 1100001 11110 11010 1011110 100100

Color Harmonies of #B35106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35106

Black with #B35106

Text Example


Text Example

White with #B35106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35106; }

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

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

background-color css

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

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

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

border-color css

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

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

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