Html Css Color HEX #B45017 Rust

📋 copy color: '#B45017'

red 180 ◦ green 80 ◦ blue 23

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

Shades of Rust #B45017

Tints of Rust #B45017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

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

R = 63.6%
G = 28.27%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B45017 (or 0xB45017) is known color: Rust. HEX triplet: B4, 50 and 17. RGB value is (180,80,23). Sum of RGB (Red+Green+Blue) = 180+80+23=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B45017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45017 is #4BAFE8. Grayscale: #676767. Windows color (decimal): -4960233 or 1527988. OLE color: 1527988.

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

Color convert

RGB 180 80 23 -
CMYK 0 0.56 0.87 0.29
HSL 21.78º 0.77% 0.4% -
HSV(B) 21.78º 0.87% 0.71% -
XYZ 21.85 15.5 2.65 -
YUV 103.4 82.63 182.63 -
System Red Green Blue C M Y K H S L
Decimal 180 80 23 0 0.56 0.87 0.29 21.78 0.77 0.4
Hex B4 50 17 0 38 57 1D 16 4D 28
Octal 264 120 27 0 70 127 35 26 115 50
Binary 10110100 1010000 10111 0 111000 1010111 11101 10110 1001101 101000

Color Harmonies of #B45017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45017

Black with #B45017

Text Example


Text Example

White with #B45017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45017; }

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

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

background-color css

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

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

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

border-color css

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

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

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