Html Css Color HEX #B45117 Rust

📋 copy color: '#B45117'

red 180 ◦ green 81 ◦ blue 23

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

Shades of Rust #B45117

Tints of Rust #B45117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.1%

R = 63.38%
G = 28.52%
B = 8.1%

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

#B45117 (or 0xB45117) is known color: Rust. HEX triplet: B4, 51 and 17. RGB value is (180,81,23). Sum of RGB (Red+Green+Blue) = 180+81+23=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B45117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45117 is #4BAEE8. Grayscale: #686868. Windows color (decimal): -4959977 or 1528244. OLE color: 1528244.

HSL color Cylindrical-coordinate representation of color #B45117: hue angle of 22.17º degrees, saturation: 0.77, 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 #B45117 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 81 23 -
CMYK 0 0.55 0.87 0.29
HSL 22.17º 0.77% 0.4% -
HSV(B) 22.17º 0.87% 0.71% -
XYZ 21.92 15.65 2.68 -
YUV 103.99 82.3 182.22 -
System Red Green Blue C M Y K H S L
Decimal 180 81 23 0 0.55 0.87 0.29 22.17 0.77 0.4
Hex B4 51 17 0 37 57 1D 16 4D 28
Octal 264 121 27 0 67 127 35 26 115 50
Binary 10110100 1010001 10111 0 110111 1010111 11101 10110 1001101 101000

Color Harmonies of #B45117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45117

Black with #B45117

Text Example


Text Example

White with #B45117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45117; }

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

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

background-color css

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

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

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

border-color css

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

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

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