Html Css Color HEX #B45317 Rust

📋 copy color: '#B45317'

red 180 ◦ green 83 ◦ blue 23

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

Shades of Rust #B45317

Tints of Rust #B45317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

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

R = 62.94%
G = 29.02%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B45317 (or 0xB45317) is known color: Rust. HEX triplet: B4, 53 and 17. RGB value is (180,83,23). Sum of RGB (Red+Green+Blue) = 180+83+23=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B45317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45317 is #4BACE8. Grayscale: #696969. Windows color (decimal): -4959465 or 1528756. OLE color: 1528756.

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

Color convert

RGB 180 83 23 -
CMYK 0 0.54 0.87 0.29
HSL 22.93º 0.77% 0.4% -
HSV(B) 22.93º 0.87% 0.71% -
XYZ 22.07 15.95 2.73 -
YUV 105.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 180 83 23 0 0.54 0.87 0.29 22.93 0.77 0.4
Hex B4 53 17 0 36 57 1D 17 4D 28
Octal 264 123 27 0 66 127 35 27 115 50
Binary 10110100 1010011 10111 0 110110 1010111 11101 10111 1001101 101000

Color Harmonies of #B45317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45317

Black with #B45317

Text Example


Text Example

White with #B45317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45317; }

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

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

background-color css

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

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

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

border-color css

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

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

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