Html Css Color HEX #B45219 Rust

📋 copy color: '#B45219'

red 180 ◦ green 82 ◦ blue 25

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

Shades of Rust #B45219

Tints of Rust #B45219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

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

R = 62.72%
G = 28.57%
B = 8.71%

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

#B45219 (or 0xB45219) is known color: Rust. HEX triplet: B4, 52 and 19. RGB value is (180,82,25). Sum of RGB (Red+Green+Blue) = 180+82+25=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B45219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45219 is #4BADE6. Grayscale: #696969. Windows color (decimal): -4959719 or 1659572. OLE color: 1659572.

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

Color convert

RGB 180 82 25 -
CMYK 0 0.54 0.86 0.29
HSL 22.06º 0.76% 0.4% -
HSV(B) 22.06º 0.86% 0.71% -
XYZ 22.02 15.81 2.81 -
YUV 104.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 180 82 25 0 0.54 0.86 0.29 22.06 0.76 0.4
Hex B4 52 19 0 36 56 1D 16 4C 28
Octal 264 122 31 0 66 126 35 26 114 50
Binary 10110100 1010010 11001 0 110110 1010110 11101 10110 1001100 101000

Color Harmonies of #B45219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45219

Black with #B45219

Text Example


Text Example

White with #B45219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45219; }

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

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

background-color css

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

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

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

border-color css

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

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

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