Html Css Color HEX #B4530D Rust

📋 copy color: '#B4530D'

red 180 ◦ green 83 ◦ blue 13

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

Shades of Rust #B4530D

Tints of Rust #B4530D

RGB

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

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

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

R = 65.22%
G = 30.07%
B = 4.71%

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

#B4530D (or 0xB4530D) is known color: Rust. HEX triplet: B4, 53 and 0D. RGB value is (180,83,13). Sum of RGB (Red+Green+Blue) = 180+83+13=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4530D is #4BACF2. Grayscale: #686868. Windows color (decimal): -4959475 or 873396. OLE color: 873396.

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

Color convert

RGB 180 83 13 -
CMYK 0 0.54 0.93 0.29
HSL 25.15º 0.87% 0.38% -
HSV(B) 25.15º 0.93% 0.71% -
XYZ 21.99 15.92 2.29 -
YUV 104.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 180 83 13 0 0.54 0.93 0.29 25.15 0.87 0.38
Hex B4 53 D 0 36 5D 1D 19 57 26
Octal 264 123 15 0 66 135 35 31 127 46
Binary 10110100 1010011 1101 0 110110 1011101 11101 11001 1010111 100110

Color Harmonies of #B4530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4530D

Black with #B4530D

Text Example


Text Example

White with #B4530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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