Html Css Color HEX #B44D1C Rust

📋 copy color: '#B44D1C'

red 180 ◦ green 77 ◦ blue 28

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

Shades of Rust #B44D1C

Tints of Rust #B44D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

 BLUE value IS 28 (11.33% from 255) = 9.82%

R = 63.16%
G = 27.02%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B44D1C (or 0xB44D1C) is known color: Rust. HEX triplet: B4, 4D and 1C. RGB value is (180,77,28). Sum of RGB (Red+Green+Blue) = 180+77+28=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B44D1C is #4BB2E3. Grayscale: #666666. Windows color (decimal): -4960996 or 1854900. OLE color: 1854900.

HSL color Cylindrical-coordinate representation of color #B44D1C: hue angle of 19.34º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B44D1C is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 77 28 -
CMYK 0 0.57 0.84 0.29
HSL 19.34º 0.73% 0.41% -
HSV(B) 19.34º 0.84% 0.71% -
XYZ 21.69 15.09 2.87 -
YUV 102.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 180 77 28 0 0.57 0.84 0.29 19.34 0.73 0.41
Hex B4 4D 1C 0 39 54 1D 13 49 29
Octal 264 115 34 0 71 124 35 23 111 51
Binary 10110100 1001101 11100 0 111001 1010100 11101 10011 1001001 101001

Color Harmonies of #B44D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44D1C

Black with #B44D1C

Text Example


Text Example

White with #B44D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44D1C; }

 p { color: rgb(180,77,28); }

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

background-color css

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

 a { background-color: rgb(180,77,28); }

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

border-color css

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

 span { border-color: rgb(180,77,28); }

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