Html Css Color HEX #B45319 Rust

📋 copy color: '#B45319'

red 180 ◦ green 83 ◦ blue 25

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

Shades of Rust #B45319

Tints of Rust #B45319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.68%

R = 62.5%
G = 28.82%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B45319 (or 0xB45319) is known color: Rust. HEX triplet: B4, 53 and 19. RGB value is (180,83,25). Sum of RGB (Red+Green+Blue) = 180+83+25=288 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.5% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 180 - color contains mainly: red. Hex color #B45319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45319 is #4BACE6. Grayscale: #696969. Windows color (decimal): -4959463 or 1659828. OLE color: 1659828.

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

Color convert

RGB 180 83 25 -
CMYK 0 0.54 0.86 0.29
HSL 22.45º 0.76% 0.4% -
HSV(B) 22.45º 0.86% 0.71% -
XYZ 22.09 15.96 2.84 -
YUV 105.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 180 83 25 0 0.54 0.86 0.29 22.45 0.76 0.4
Hex B4 53 19 0 36 56 1D 16 4C 28
Octal 264 123 31 0 66 126 35 26 114 50
Binary 10110100 1010011 11001 0 110110 1010110 11101 10110 1001100 101000

Color Harmonies of #B45319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45319

Black with #B45319

Text Example


Text Example

White with #B45319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45319; }

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

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

background-color css

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

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

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

border-color css

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

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

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