Html Css Color HEX #B4500D Rust

📋 copy color: '#B4500D'

red 180 ◦ green 80 ◦ blue 13

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

Shades of Rust #B4500D

Tints of Rust #B4500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

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

R = 65.93%
G = 29.3%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4500D (or 0xB4500D) is known color: Rust. HEX triplet: B4, 50 and 0D. RGB value is (180,80,13). Sum of RGB (Red+Green+Blue) = 180+80+13=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B4500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4500D is #4BAFF2. Grayscale: #666666. Windows color (decimal): -4960243 or 872628. OLE color: 872628.

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

Color convert

RGB 180 80 13 -
CMYK 0 0.56 0.93 0.29
HSL 24.07º 0.87% 0.38% -
HSV(B) 24.07º 0.93% 0.71% -
XYZ 21.76 15.47 2.22 -
YUV 102.26 77.63 183.45 -
System Red Green Blue C M Y K H S L
Decimal 180 80 13 0 0.56 0.93 0.29 24.07 0.87 0.38
Hex B4 50 D 0 38 5D 1D 18 57 26
Octal 264 120 15 0 70 135 35 30 127 46
Binary 10110100 1010000 1101 0 111000 1011101 11101 11000 1010111 100110

Color Harmonies of #B4500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4500D

Black with #B4500D

Text Example


Text Example

White with #B4500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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