Html Css Color HEX #B44A1D Rust

📋 copy color: '#B44A1D'

red 180 ◦ green 74 ◦ blue 29

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

Shades of Rust #B44A1D

Tints of Rust #B44A1D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.15%

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 63.6%
G = 26.15%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B44A1D (or 0xB44A1D) is known color: Rust. HEX triplet: B4, 4A and 1D. RGB value is (180,74,29). Sum of RGB (Red+Green+Blue) = 180+74+29=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A1D is #4BB5E2. Grayscale: #646464. Windows color (decimal): -4961763 or 1919668. OLE color: 1919668.

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

Color convert

RGB 180 74 29 -
CMYK 0 0.59 0.84 0.29
HSL 17.88º 0.72% 0.41% -
HSV(B) 17.88º 0.84% 0.71% -
XYZ 21.49 14.69 2.86 -
YUV 100.56 87.62 184.66 -
System Red Green Blue C M Y K H S L
Decimal 180 74 29 0 0.59 0.84 0.29 17.88 0.72 0.41
Hex B4 4A 1D 0 3B 54 1D 12 48 29
Octal 264 112 35 0 73 124 35 22 110 51
Binary 10110100 1001010 11101 0 111011 1010100 11101 10010 1001000 101001

Color Harmonies of #B44A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44A1D

Black with #B44A1D

Text Example


Text Example

White with #B44A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44A1D; }

 p { color: rgb(180,74,29); }

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

background-color css

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

 a { background-color: rgb(180,74,29); }

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

border-color css

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

 span { border-color: rgb(180,74,29); }

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