Html Css Color HEX #B44219 Rust

📋 copy color: '#B44219'

red 180 ◦ green 66 ◦ blue 25

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

Shades of Rust #B44219

Tints of Rust #B44219

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 66.42%
G = 24.35%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B44219 (or 0xB44219) is known color: Rust. HEX triplet: B4, 42 and 19. RGB value is (180,66,25). Sum of RGB (Red+Green+Blue) = 180+66+25=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B44219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44219 is #4BBDE6. Grayscale: #5F5F5F. Windows color (decimal): -4963815 or 1655476. OLE color: 1655476.

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

Color convert

RGB 180 66 25 -
CMYK 0 0.63 0.86 0.29
HSL 15.87º 0.76% 0.4% -
HSV(B) 15.87º 0.86% 0.71% -
XYZ 20.95 13.67 2.45 -
YUV 95.41 88.27 188.33 -
System Red Green Blue C M Y K H S L
Decimal 180 66 25 0 0.63 0.86 0.29 15.87 0.76 0.4
Hex B4 42 19 0 3F 56 1D 10 4C 28
Octal 264 102 31 0 77 126 35 20 114 50
Binary 10110100 1000010 11001 0 111111 1010110 11101 10000 1001100 101000

Color Harmonies of #B44219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44219

Black with #B44219

Text Example


Text Example

White with #B44219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44219; }

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

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

background-color css

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

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

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

border-color css

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

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

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