Html Css Color HEX #B44919 Rust

📋 copy color: '#B44919'

red 180 ◦ green 73 ◦ blue 25

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

Shades of Rust #B44919

Tints of Rust #B44919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

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

R = 64.75%
G = 26.26%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B44919 (or 0xB44919) is known color: Rust. HEX triplet: B4, 49 and 19. RGB value is (180,73,25). Sum of RGB (Red+Green+Blue) = 180+73+25=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B44919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44919 is #4BB6E6. Grayscale: #636363. Windows color (decimal): -4962023 or 1657268. OLE color: 1657268.

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

Color convert

RGB 180 73 25 -
CMYK 0 0.59 0.86 0.29
HSL 18.58º 0.76% 0.4% -
HSV(B) 18.58º 0.86% 0.71% -
XYZ 21.38 14.54 2.6 -
YUV 99.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 180 73 25 0 0.59 0.86 0.29 18.58 0.76 0.4
Hex B4 49 19 0 3B 56 1D 13 4C 28
Octal 264 111 31 0 73 126 35 23 114 50
Binary 10110100 1001001 11001 0 111011 1010110 11101 10011 1001100 101000

Color Harmonies of #B44919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44919

Black with #B44919

Text Example


Text Example

White with #B44919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44919; }

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

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

background-color css

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

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

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

border-color css

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

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

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