Html Css Color HEX #B44819 Rust

📋 copy color: '#B44819'

red 180 ◦ green 72 ◦ blue 25

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

Shades of Rust #B44819

Tints of Rust #B44819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

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

R = 64.98%
G = 25.99%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B44819 (or 0xB44819) is known color: Rust. HEX triplet: B4, 48 and 19. RGB value is (180,72,25). Sum of RGB (Red+Green+Blue) = 180+72+25=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B44819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44819 is #4BB7E6. Grayscale: #636363. Windows color (decimal): -4962279 or 1657012. OLE color: 1657012.

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

Color convert

RGB 180 72 25 -
CMYK 0 0.60 0.86 0.29
HSL 18.19º 0.76% 0.4% -
HSV(B) 18.19º 0.86% 0.71% -
XYZ 21.32 14.41 2.58 -
YUV 98.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 180 72 25 0 0.60 0.86 0.29 18.19 0.76 0.4
Hex B4 48 19 0 3C 56 1D 12 4C 28
Octal 264 110 31 0 74 126 35 22 114 50
Binary 10110100 1001000 11001 0 111100 1010110 11101 10010 1001100 101000

Color Harmonies of #B44819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44819

Black with #B44819

Text Example


Text Example

White with #B44819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44819; }

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

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

background-color css

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

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

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

border-color css

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

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

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