Html Css Color HEX #B3520B Rust

📋 copy color: '#B3520B'

red 179 ◦ green 82 ◦ blue 11

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

Shades of Rust #B3520B

Tints of Rust #B3520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 65.81%
G = 30.15%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3520B (or 0xB3520B) is known color: Rust. HEX triplet: B3, 52 and 0B. RGB value is (179,82,11). Sum of RGB (Red+Green+Blue) = 179+82+11=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B3520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3520B is #4CADF4. Grayscale: #676767. Windows color (decimal): -5025269 or 742067. OLE color: 742067.

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

Color convert

RGB 179 82 11 -
CMYK 0 0.54 0.94 0.30
HSL 25.36º 0.88% 0.37% -
HSV(B) 25.36º 0.94% 0.7% -
XYZ 21.67 15.64 2.19 -
YUV 102.91 76.14 182.27 -
System Red Green Blue C M Y K H S L
Decimal 179 82 11 0 0.54 0.94 0.30 25.36 0.88 0.37
Hex B3 52 B 0 36 5E 1E 19 58 25
Octal 263 122 13 0 66 136 36 31 130 45
Binary 10110011 1010010 1011 0 110110 1011110 11110 11001 1011000 100101

Color Harmonies of #B3520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3520B

Black with #B3520B

Text Example


Text Example

White with #B3520B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3520B; }

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

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

background-color css

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

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

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

border-color css

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

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

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