Html Css Color HEX #B44D0E Rust

📋 copy color: '#B44D0E'

red 180 ◦ green 77 ◦ blue 14

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

Shades of Rust #B44D0E

Tints of Rust #B44D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.17%

R = 66.42%
G = 28.41%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B44D0E (or 0xB44D0E) is known color: Rust. HEX triplet: B4, 4D and 0E. RGB value is (180,77,14). Sum of RGB (Red+Green+Blue) = 180+77+14=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44D0E is #4BB2F1. Grayscale: #646464. Windows color (decimal): -4961010 or 937396. OLE color: 937396.

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

Color convert

RGB 180 77 14 -
CMYK 0 0.57 0.92 0.29
HSL 22.77º 0.86% 0.38% -
HSV(B) 22.77º 0.92% 0.71% -
XYZ 21.56 15.04 2.18 -
YUV 100.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 180 77 14 0 0.57 0.92 0.29 22.77 0.86 0.38
Hex B4 4D E 0 39 5C 1D 17 56 26
Octal 264 115 16 0 71 134 35 27 126 46
Binary 10110100 1001101 1110 0 111001 1011100 11101 10111 1010110 100110

Color Harmonies of #B44D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44D0E

Black with #B44D0E

Text Example


Text Example

White with #B44D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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