Html Css Color HEX #B3520D Rust

📋 copy color: '#B3520D'

red 179 ◦ green 82 ◦ blue 13

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

Shades of Rust #B3520D

Tints of Rust #B3520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.74%

R = 65.33%
G = 29.93%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3520D (or 0xB3520D) is known color: Rust. HEX triplet: B3, 52 and 0D. RGB value is (179,82,13). Sum of RGB (Red+Green+Blue) = 179+82+13=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3520D is #4CADF2. Grayscale: #676767. Windows color (decimal): -5025267 or 873139. OLE color: 873139.

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

Color convert

RGB 179 82 13 -
CMYK 0 0.54 0.93 0.30
HSL 24.94º 0.86% 0.38% -
HSV(B) 24.94º 0.93% 0.7% -
XYZ 21.68 15.65 2.26 -
YUV 103.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 179 82 13 0 0.54 0.93 0.30 24.94 0.86 0.38
Hex B3 52 D 0 36 5D 1E 19 56 26
Octal 263 122 15 0 66 135 36 31 126 46
Binary 10110011 1010010 1101 0 110110 1011101 11110 11001 1010110 100110

Color Harmonies of #B3520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3520D

Black with #B3520D

Text Example


Text Example

White with #B3520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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