Html Css Color HEX #B4520A Rust

📋 copy color: '#B4520A'

red 180 ◦ green 82 ◦ blue 10

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

Shades of Rust #B4520A

Tints of Rust #B4520A

RGB

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

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

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

R = 66.18%
G = 30.15%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4520A (or 0xB4520A) is known color: Rust. HEX triplet: B4, 52 and 0A. RGB value is (180,82,10). Sum of RGB (Red+Green+Blue) = 180+82+10=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B4520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4520A is #4BADF5. Grayscale: #676767. Windows color (decimal): -4959734 or 676532. OLE color: 676532.

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

Color convert

RGB 180 82 10 -
CMYK 0 0.54 0.94 0.29
HSL 25.41º 0.89% 0.37% -
HSV(B) 25.41º 0.94% 0.71% -
XYZ 21.89 15.76 2.18 -
YUV 103.09 75.47 182.85 -
System Red Green Blue C M Y K H S L
Decimal 180 82 10 0 0.54 0.94 0.29 25.41 0.89 0.37
Hex B4 52 A 0 36 5E 1D 19 59 25
Octal 264 122 12 0 66 136 35 31 131 45
Binary 10110100 1010010 1010 0 110110 1011110 11101 11001 1011001 100101

Color Harmonies of #B4520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4520A

Black with #B4520A

Text Example


Text Example

White with #B4520A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4520A; }

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

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

background-color css

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

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

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

border-color css

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

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

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