Html Css Color HEX #B3520A Rust

📋 copy color: '#B3520A'

red 179 ◦ green 82 ◦ blue 10

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

Shades of Rust #B3520A

Tints of Rust #B3520A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.69%

R = 66.05%
G = 30.26%
B = 3.69%

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

#B3520A (or 0xB3520A) is known color: Rust. HEX triplet: B3, 52 and 0A. RGB value is (179,82,10). Sum of RGB (Red+Green+Blue) = 179+82+10=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B3520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3520A is #4CADF5. Grayscale: #676767. Windows color (decimal): -5025270 or 676531. OLE color: 676531.

HSL color Cylindrical-coordinate representation of color #B3520A: hue angle of 25.56º degrees, saturation: 0.89, 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 #B3520A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 82 10 -
CMYK 0 0.54 0.94 0.30
HSL 25.56º 0.89% 0.37% -
HSV(B) 25.56º 0.94% 0.7% -
XYZ 21.66 15.64 2.16 -
YUV 102.8 75.64 182.35 -
System Red Green Blue C M Y K H S L
Decimal 179 82 10 0 0.54 0.94 0.30 25.56 0.89 0.37
Hex B3 52 A 0 36 5E 1E 1A 59 25
Octal 263 122 12 0 66 136 36 32 131 45
Binary 10110011 1010010 1010 0 110110 1011110 11110 11010 1011001 100101

Color Harmonies of #B3520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3520A

Black with #B3520A

Text Example


Text Example

White with #B3520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3520A; }

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

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

background-color css

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

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

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

border-color css

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

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

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