Html Css Color HEX #B45118 Rust

📋 copy color: '#B45118'

red 180 ◦ green 81 ◦ blue 24

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

Shades of Rust #B45118

Tints of Rust #B45118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.42%

R = 63.16%
G = 28.42%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B45118 (or 0xB45118) is known color: Rust. HEX triplet: B4, 51 and 18. RGB value is (180,81,24). Sum of RGB (Red+Green+Blue) = 180+81+24=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B45118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45118 is #4BAEE7. Grayscale: #686868. Windows color (decimal): -4959976 or 1593780. OLE color: 1593780.

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

Color convert

RGB 180 81 24 -
CMYK 0 0.55 0.87 0.29
HSL 21.92º 0.76% 0.4% -
HSV(B) 21.92º 0.87% 0.71% -
XYZ 21.93 15.65 2.73 -
YUV 104.1 82.8 182.13 -
System Red Green Blue C M Y K H S L
Decimal 180 81 24 0 0.55 0.87 0.29 21.92 0.76 0.4
Hex B4 51 18 0 37 57 1D 16 4C 28
Octal 264 121 30 0 67 127 35 26 114 50
Binary 10110100 1010001 11000 0 110111 1010111 11101 10110 1001100 101000

Color Harmonies of #B45118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45118

Black with #B45118

Text Example


Text Example

White with #B45118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45118; }

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

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

background-color css

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

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

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

border-color css

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

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

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