Html Css Color HEX #B44706 Rust

📋 copy color: '#B44706'

red 180 ◦ green 71 ◦ blue 6

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

Shades of Rust #B44706

Tints of Rust #B44706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

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

R = 70.04%
G = 27.63%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B44706 (or 0xB44706) is known color: Rust. HEX triplet: B4, 47 and 06. RGB value is (180,71,6). Sum of RGB (Red+Green+Blue) = 180+71+6=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B44706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44706 is #4BB8F9. Grayscale: #606060. Windows color (decimal): -4962554 or 411572. OLE color: 411572.

HSL color Cylindrical-coordinate representation of color #B44706: hue angle of 22.41º 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 #B44706 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 71 6 -
CMYK 0 0.61 0.97 0.29
HSL 22.41º 0.94% 0.36% -
HSV(B) 22.41º 0.97% 0.71% -
XYZ 21.11 14.22 1.81 -
YUV 96.18 77.11 187.79 -
System Red Green Blue C M Y K H S L
Decimal 180 71 6 0 0.61 0.97 0.29 22.41 0.94 0.36
Hex B4 47 6 0 3D 61 1D 16 5E 24
Octal 264 107 6 0 75 141 35 26 136 44
Binary 10110100 1000111 110 0 111101 1100001 11101 10110 1011110 100100

Color Harmonies of #B44706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44706

Black with #B44706

Text Example


Text Example

White with #B44706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44706; }

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

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

background-color css

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

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

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

border-color css

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

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

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