Html Css Color HEX #B45617 Rust

📋 copy color: '#B45617'

red 180 ◦ green 86 ◦ blue 23

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

Shades of Rust #B45617

Tints of Rust #B45617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

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

R = 62.28%
G = 29.76%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B45617 (or 0xB45617) is known color: Rust. HEX triplet: B4, 56 and 17. RGB value is (180,86,23). Sum of RGB (Red+Green+Blue) = 180+86+23=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B45617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45617 is #4BA9E8. Grayscale: #6B6B6B. Windows color (decimal): -4958697 or 1529524. OLE color: 1529524.

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

Color convert

RGB 180 86 23 -
CMYK 0 0.52 0.87 0.29
HSL 24.08º 0.77% 0.4% -
HSV(B) 24.08º 0.87% 0.71% -
XYZ 22.3 16.42 2.8 -
YUV 106.92 80.64 180.12 -
System Red Green Blue C M Y K H S L
Decimal 180 86 23 0 0.52 0.87 0.29 24.08 0.77 0.4
Hex B4 56 17 0 34 57 1D 18 4D 28
Octal 264 126 27 0 64 127 35 30 115 50
Binary 10110100 1010110 10111 0 110100 1010111 11101 11000 1001101 101000

Color Harmonies of #B45617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45617

Black with #B45617

Text Example


Text Example

White with #B45617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45617; }

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

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

background-color css

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

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

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

border-color css

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

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

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