Html Css Color HEX #B44D0A Rust

📋 copy color: '#B44D0A'

red 180 ◦ green 77 ◦ blue 10

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

Shades of Rust #B44D0A

Tints of Rust #B44D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.75%

R = 67.42%
G = 28.84%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B44D0A (or 0xB44D0A) is known color: Rust. HEX triplet: B4, 4D and 0A. RGB value is (180,77,10). Sum of RGB (Red+Green+Blue) = 180+77+10=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44D0A is #4BB2F5. Grayscale: #646464. Windows color (decimal): -4961014 or 675252. OLE color: 675252.

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

Color convert

RGB 180 77 10 -
CMYK 0 0.57 0.94 0.29
HSL 23.65º 0.89% 0.37% -
HSV(B) 23.65º 0.94% 0.71% -
XYZ 21.53 15.03 2.05 -
YUV 100.16 77.12 184.95 -
System Red Green Blue C M Y K H S L
Decimal 180 77 10 0 0.57 0.94 0.29 23.65 0.89 0.37
Hex B4 4D A 0 39 5E 1D 18 59 25
Octal 264 115 12 0 71 136 35 30 131 45
Binary 10110100 1001101 1010 0 111001 1011110 11101 11000 1011001 100101

Color Harmonies of #B44D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44D0A

Black with #B44D0A

Text Example


Text Example

White with #B44D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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