Html Css Color HEX #B4530A Rust

📋 copy color: '#B4530A'

red 180 ◦ green 83 ◦ blue 10

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

Shades of Rust #B4530A

Tints of Rust #B4530A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

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

R = 65.93%
G = 30.4%
B = 3.66%

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

#B4530A (or 0xB4530A) is known color: Rust. HEX triplet: B4, 53 and 0A. RGB value is (180,83,10). Sum of RGB (Red+Green+Blue) = 180+83+10=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B4530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4530A is #4BACF5. Grayscale: #686868. Windows color (decimal): -4959478 or 676788. OLE color: 676788.

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

Color convert

RGB 180 83 10 -
CMYK 0 0.54 0.94 0.29
HSL 25.76º 0.89% 0.37% -
HSV(B) 25.76º 0.94% 0.71% -
XYZ 21.97 15.91 2.2 -
YUV 103.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 180 83 10 0 0.54 0.94 0.29 25.76 0.89 0.37
Hex B4 53 A 0 36 5E 1D 1A 59 25
Octal 264 123 12 0 66 136 35 32 131 45
Binary 10110100 1010011 1010 0 110110 1011110 11101 11010 1011001 100101

Color Harmonies of #B4530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4530A

Black with #B4530A

Text Example


Text Example

White with #B4530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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