Html Css Color HEX #B44E06 Rust

📋 copy color: '#B44E06'

red 180 ◦ green 78 ◦ blue 6

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

Shades of Rust #B44E06

Tints of Rust #B44E06

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.55%

 BLUE value IS 6 (2.73% from 255) = 2.27%

R = 68.18%
G = 29.55%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B44E06 (or 0xB44E06) is known color: Rust. HEX triplet: B4, 4E and 06. RGB value is (180,78,6). Sum of RGB (Red+Green+Blue) = 180+78+6=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B44E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44E06 is #4BB1F9. Grayscale: #646464. Windows color (decimal): -4960762 or 413364. OLE color: 413364.

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

Color convert

RGB 180 78 6 -
CMYK 0 0.57 0.97 0.29
HSL 24.83º 0.94% 0.36% -
HSV(B) 24.83º 0.97% 0.71% -
XYZ 21.58 15.17 1.96 -
YUV 100.29 74.79 184.85 -
System Red Green Blue C M Y K H S L
Decimal 180 78 6 0 0.57 0.97 0.29 24.83 0.94 0.36
Hex B4 4E 6 0 39 61 1D 19 5E 24
Octal 264 116 6 0 71 141 35 31 136 44
Binary 10110100 1001110 110 0 111001 1100001 11101 11001 1011110 100100

Color Harmonies of #B44E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44E06

Black with #B44E06

Text Example


Text Example

White with #B44E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44E06; }

 p { color: rgb(180,78,6); }

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

background-color css

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

 a { background-color: rgb(180,78,6); }

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

border-color css

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

 span { border-color: rgb(180,78,6); }

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