Html Css Color HEX #B35211 Rust

📋 copy color: '#B35211'

red 179 ◦ green 82 ◦ blue 17

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

Shades of Rust #B35211

Tints of Rust #B35211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.5%

 BLUE value IS 17 (7.03% from 255) = 6.12%

R = 64.39%
G = 29.5%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B35211 (or 0xB35211) is known color: Rust. HEX triplet: B3, 52 and 11. RGB value is (179,82,17). Sum of RGB (Red+Green+Blue) = 179+82+17=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B35211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35211 is #4CADEE. Grayscale: #676767. Windows color (decimal): -5025263 or 1135283. OLE color: 1135283.

HSL color Cylindrical-coordinate representation of color #B35211: hue angle of 24.07º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B35211 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 82 17 -
CMYK 0 0.54 0.91 0.30
HSL 24.07º 0.83% 0.38% -
HSV(B) 24.07º 0.91% 0.7% -
XYZ 21.71 15.66 2.41 -
YUV 103.59 79.14 181.79 -
System Red Green Blue C M Y K H S L
Decimal 179 82 17 0 0.54 0.91 0.30 24.07 0.83 0.38
Hex B3 52 11 0 36 5B 1E 18 53 26
Octal 263 122 21 0 66 133 36 30 123 46
Binary 10110011 1010010 10001 0 110110 1011011 11110 11000 1010011 100110

Color Harmonies of #B35211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35211

Black with #B35211

Text Example


Text Example

White with #B35211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35211; }

 p { color: rgb(179,82,17); }

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

background-color css

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

 a { background-color: rgb(179,82,17); }

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

border-color css

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

 span { border-color: rgb(179,82,17); }

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