Html Css Color HEX #B4520D Rust

📋 copy color: '#B4520D'

red 180 ◦ green 82 ◦ blue 13

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

Shades of Rust #B4520D

Tints of Rust #B4520D

RGB

 RED value IS 180 (70.7% from 255) = 65.45%

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

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

R = 65.45%
G = 29.82%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4520D (or 0xB4520D) is known color: Rust. HEX triplet: B4, 52 and 0D. RGB value is (180,82,13). Sum of RGB (Red+Green+Blue) = 180+82+13=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B4520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4520D is #4BADF2. Grayscale: #676767. Windows color (decimal): -4959731 or 873140. OLE color: 873140.

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

Color convert

RGB 180 82 13 -
CMYK 0 0.54 0.93 0.29
HSL 24.79º 0.87% 0.38% -
HSV(B) 24.79º 0.93% 0.71% -
XYZ 21.91 15.77 2.27 -
YUV 103.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 180 82 13 0 0.54 0.93 0.29 24.79 0.87 0.38
Hex B4 52 D 0 36 5D 1D 19 57 26
Octal 264 122 15 0 66 135 35 31 127 46
Binary 10110100 1010010 1101 0 110110 1011101 11101 11001 1010111 100110

Color Harmonies of #B4520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4520D

Black with #B4520D

Text Example


Text Example

White with #B4520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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