Html Css Color HEX #B45119 Rust

📋 copy color: '#B45119'

red 180 ◦ green 81 ◦ blue 25

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

Shades of Rust #B45119

Tints of Rust #B45119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

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

R = 62.94%
G = 28.32%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B45119 (or 0xB45119) is known color: Rust. HEX triplet: B4, 51 and 19. RGB value is (180,81,25). Sum of RGB (Red+Green+Blue) = 180+81+25=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B45119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45119 is #4BAEE6. Grayscale: #686868. Windows color (decimal): -4959975 or 1659316. OLE color: 1659316.

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

Color convert

RGB 180 81 25 -
CMYK 0 0.55 0.86 0.29
HSL 21.68º 0.76% 0.4% -
HSV(B) 21.68º 0.86% 0.71% -
XYZ 21.94 15.66 2.79 -
YUV 104.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 180 81 25 0 0.55 0.86 0.29 21.68 0.76 0.4
Hex B4 51 19 0 37 56 1D 16 4C 28
Octal 264 121 31 0 67 126 35 26 114 50
Binary 10110100 1010001 11001 0 110111 1010110 11101 10110 1001100 101000

Color Harmonies of #B45119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45119

Black with #B45119

Text Example


Text Example

White with #B45119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45119; }

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

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

background-color css

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

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

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

border-color css

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

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

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