Html Css Color HEX #B45114 Rust

📋 copy color: '#B45114'

red 180 ◦ green 81 ◦ blue 20

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

Shades of Rust #B45114

Tints of Rust #B45114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 64.06%
G = 28.83%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B45114 (or 0xB45114) is known color: Rust. HEX triplet: B4, 51 and 14. RGB value is (180,81,20). Sum of RGB (Red+Green+Blue) = 180+81+20=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B45114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45114 is #4BAEEB. Grayscale: #676767. Windows color (decimal): -4959980 or 1331636. OLE color: 1331636.

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

Color convert

RGB 180 81 20 -
CMYK 0 0.55 0.89 0.29
HSL 22.88º 0.8% 0.39% -
HSV(B) 22.88º 0.89% 0.71% -
XYZ 21.89 15.64 2.53 -
YUV 103.65 80.8 182.46 -
System Red Green Blue C M Y K H S L
Decimal 180 81 20 0 0.55 0.89 0.29 22.88 0.8 0.39
Hex B4 51 14 0 37 59 1D 17 50 27
Octal 264 121 24 0 67 131 35 27 120 47
Binary 10110100 1010001 10100 0 110111 1011001 11101 10111 1010000 100111

Color Harmonies of #B45114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45114

Black with #B45114

Text Example


Text Example

White with #B45114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45114; }

 p { color: rgb(180,81,20); }

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

background-color css

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

 a { background-color: rgb(180,81,20); }

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

border-color css

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

 span { border-color: rgb(180,81,20); }

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