Html Css Color HEX #B44019 Rust

📋 copy color: '#B44019'

red 180 ◦ green 64 ◦ blue 25

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

Shades of Rust #B44019

Tints of Rust #B44019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

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

R = 66.91%
G = 23.79%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B44019 (or 0xB44019) is known color: Rust. HEX triplet: B4, 40 and 19. RGB value is (180,64,25). Sum of RGB (Red+Green+Blue) = 180+64+25=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B44019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44019 is #4BBFE6. Grayscale: #5E5E5E. Windows color (decimal): -4964327 or 1654964. OLE color: 1654964.

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

Color convert

RGB 180 64 25 -
CMYK 0 0.64 0.86 0.29
HSL 15.1º 0.76% 0.4% -
HSV(B) 15.1º 0.86% 0.71% -
XYZ 20.83 13.44 2.42 -
YUV 94.24 88.93 189.17 -
System Red Green Blue C M Y K H S L
Decimal 180 64 25 0 0.64 0.86 0.29 15.1 0.76 0.4
Hex B4 40 19 0 40 56 1D F 4C 28
Octal 264 100 31 0 100 126 35 17 114 50
Binary 10110100 1000000 11001 0 1000000 1010110 11101 1111 1001100 101000

Color Harmonies of #B44019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44019

Black with #B44019

Text Example


Text Example

White with #B44019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44019; }

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

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

background-color css

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

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

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

border-color css

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

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

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