Html Css Color HEX #B35511 Rust

📋 copy color: '#B35511'

red 179 ◦ green 85 ◦ blue 17

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

Shades of Rust #B35511

Tints of Rust #B35511

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

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

R = 63.7%
G = 30.25%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B35511 (or 0xB35511) is known color: Rust. HEX triplet: B3, 55 and 11. RGB value is (179,85,17). Sum of RGB (Red+Green+Blue) = 179+85+17=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B35511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35511 is #4CAAEE. Grayscale: #696969. Windows color (decimal): -5024495 or 1136051. OLE color: 1136051.

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

Color convert

RGB 179 85 17 -
CMYK 0 0.53 0.91 0.30
HSL 25.19º 0.83% 0.38% -
HSV(B) 25.19º 0.91% 0.7% -
XYZ 21.94 16.12 2.49 -
YUV 105.35 78.14 180.53 -
System Red Green Blue C M Y K H S L
Decimal 179 85 17 0 0.53 0.91 0.30 25.19 0.83 0.38
Hex B3 55 11 0 35 5B 1E 19 53 26
Octal 263 125 21 0 65 133 36 31 123 46
Binary 10110011 1010101 10001 0 110101 1011011 11110 11001 1010011 100110

Color Harmonies of #B35511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35511

Black with #B35511

Text Example


Text Example

White with #B35511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35511; }

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

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

background-color css

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

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

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

border-color css

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

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

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